Html Css Color HEX #42490C Verdun Green

📋 copy color: '#42490C'

red 66 ◦ green 73 ◦ blue 12

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

Shades of Verdun Green #42490C

Tints of Verdun Green #42490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.34%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 43.71%
G = 48.34%
B = 7.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#42490C (or 0x42490C) is known color: Verdun Green. HEX triplet: 42, 49 and 0C. RGB value is (66,73,12). Sum of RGB (Red+Green+Blue) = 66+73+12=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #42490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42490C is #BDB6F3. Grayscale: #404040. Windows color (decimal): -12433140 or 805186. OLE color: 805186.

HSL color Cylindrical-coordinate representation of color #42490C: hue angle of 66.89º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42490C is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 12 -
CMYK 0.10 0 0.84 0.71
HSL 66.89º 0.72% 0.17% -
HSV(B) 66.89º 0.84% 0.29% -
XYZ 4.7 5.95 1.25 -
YUV 63.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 66 73 12 0.10 0 0.84 0.71 66.89 0.72 0.17
Hex 42 49 C A 0 54 47 43 48 11
Octal 102 111 14 12 0 124 107 103 110 21
Binary 1000010 1001001 1100 1010 0 1010100 1000111 1000011 1001000 10001

Color Harmonies of #42490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42490C

Black with #42490C

Text Example


Text Example

White with #42490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42490C; }

 p { color: rgb(66,73,12); }

 H1.HeaderClassName
 {
   color: #42490C;
 }
 .AnyTagClassName
 {
   color: #42490C;
 }
</style>

background-color css

<style>
 a { background-color: #42490C; }

 a { background-color: rgb(66,73,12); }

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

border-color css

<style>
 span { border-color: #42490C; }

 span { border-color: rgb(66,73,12); }

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