Html Css Color HEX #42420E Verdun Green

📋 copy color: '#42420E'

red 66 ◦ green 66 ◦ blue 14

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

Shades of Verdun Green #42420E

Tints of Verdun Green #42420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 45.21%
G = 45.21%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42420E (or 0x42420E) is known color: Verdun Green. HEX triplet: 42, 42 and 0E. RGB value is (66,66,14). Sum of RGB (Red+Green+Blue) = 66+66+14=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42420E is #BDBDF1. Grayscale: #3C3C3C. Windows color (decimal): -12434930 or 934466. OLE color: 934466.

HSL color Cylindrical-coordinate representation of color #42420E: hue angle of 60º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42420E is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 14 -
CMYK 0 0 0.79 0.74
HSL 60º 0.65% 0.16% -
HSV(B) 60º 0.79% 0.26% -
XYZ 4.27 5.09 1.17 -
YUV 60.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 66 66 14 0 0 0.79 0.74 60 0.65 0.16
Hex 42 42 E 0 0 4F 4A 3C 41 10
Octal 102 102 16 0 0 117 112 74 101 20
Binary 1000010 1000010 1110 0 0 1001111 1001010 111100 1000001 10000

Color Harmonies of #42420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42420E

Black with #42420E

Text Example


Text Example

White with #42420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,66,14); }

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

background-color css

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

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

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

border-color css

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

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

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