Html Css Color HEX #42420B Verdun Green

📋 copy color: '#42420B'

red 66 ◦ green 66 ◦ blue 11

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

Shades of Verdun Green #42420B

Tints of Verdun Green #42420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 46.15%
G = 46.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42420B (or 0x42420B) is known color: Verdun Green. HEX triplet: 42, 42 and 0B. RGB value is (66,66,11). Sum of RGB (Red+Green+Blue) = 66+66+11=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42420B is #BDBDF4. Grayscale: #3B3B3B. Windows color (decimal): -12434933 or 737858. OLE color: 737858.

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

Color convert

RGB 66 66 11 -
CMYK 0 0 0.83 0.74
HSL 60º 0.71% 0.15% -
HSV(B) 60º 0.83% 0.26% -
XYZ 4.26 5.08 1.07 -
YUV 59.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 66 66 11 0 0 0.83 0.74 60 0.71 0.15
Hex 42 42 B 0 0 53 4A 3C 47 F
Octal 102 102 13 0 0 123 112 74 107 17
Binary 1000010 1000010 1011 0 0 1010011 1001010 111100 1000111 1111

Color Harmonies of #42420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42420B

Black with #42420B

Text Example


Text Example

White with #42420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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