Html Css Color HEX #424212 Verdun Green

📋 copy color: '#424212'

red 66 ◦ green 66 ◦ blue 18

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

Shades of Verdun Green #424212

Tints of Verdun Green #424212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12%

R = 44%
G = 44%
B = 12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#424212 (or 0x424212) is known color: Verdun Green. HEX triplet: 42, 42 and 12. RGB value is (66,66,18). Sum of RGB (Red+Green+Blue) = 66+66+18=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424212 is #BDBDED. Grayscale: #3C3C3C. Windows color (decimal): -12434926 or 1196610. OLE color: 1196610.

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

Color convert

RGB 66 66 18 -
CMYK 0 0 0.73 0.74
HSL 60º 0.57% 0.16% -
HSV(B) 60º 0.73% 0.26% -
XYZ 4.3 5.1 1.33 -
YUV 60.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 66 66 18 0 0 0.73 0.74 60 0.57 0.16
Hex 42 42 12 0 0 49 4A 3C 39 10
Octal 102 102 22 0 0 111 112 74 71 20
Binary 1000010 1000010 10010 0 0 1001001 1001010 111100 111001 10000

Color Harmonies of #424212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424212

Black with #424212

Text Example


Text Example

White with #424212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424212; }

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

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

background-color css

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

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

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

border-color css

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

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

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