Html Css Color HEX #42634E Feldgrau

📋 copy color: '#42634E'

red 66 ◦ green 99 ◦ blue 78

#42634E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #42634E

Tints of Feldgrau #42634E

RGB

 RED value IS 66 (26.17% from 255) = 27.16%

 GREEN value IS 99 (39.06% from 255) = 40.74%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 27.16%
G = 40.74%
B = 32.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42634E (or 0x42634E) is known color: Feldgrau. HEX triplet: 42, 63 and 4E. RGB value is (66,99,78). Sum of RGB (Red+Green+Blue) = 66+99+78=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #42634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42634E is #BD9CB1. Grayscale: #565656. Windows color (decimal): -12426418 or 5137218. OLE color: 5137218.

HSL color Cylindrical-coordinate representation of color #42634E: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42634E is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 78 -
CMYK 0.33 0 0.21 0.61
HSL 141.82º 0.2% 0.32% -
HSV(B) 141.82º 0.33% 0.39% -
XYZ 8.08 10.63 8.83 -
YUV 86.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 66 99 78 0.33 0 0.21 0.61 141.82 0.2 0.32
Hex 42 63 4E 21 0 15 3D 8E 14 20
Octal 102 143 116 41 0 25 75 216 24 40
Binary 1000010 1100011 1001110 100001 0 10101 111101 10001110 10100 100000

Color Harmonies of #42634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42634E

Black with #42634E

Text Example


Text Example

White with #42634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42634E; }

 p { color: rgb(66,99,78); }

 H1.HeaderClassName
 {
   color: #42634E;
 }
 .AnyTagClassName
 {
   color: #42634E;
 }
</style>

background-color css

<style>
 a { background-color: #42634E; }

 a { background-color: rgb(66,99,78); }

 div.DivClassName
 {
   background-color: #42634E;
 }
 .BgClassName
 {
   background-color: #42634E;
 }
</style>

border-color css

<style>
 span { border-color: #42634E; }

 span { border-color: rgb(66,99,78); }

 td.TdClassName
 {
   border-color: #42634E;
 }
 .TagClassName
 {
   border-color: #42634E;
 }
</style>