Html Css Color HEX #426212 Verdun Green

📋 copy color: '#426212'

red 66 ◦ green 98 ◦ blue 18

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

Shades of Verdun Green #426212

Tints of Verdun Green #426212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

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

R = 36.26%
G = 53.85%
B = 9.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#426212 (or 0x426212) is known color: Verdun Green. HEX triplet: 42, 62 and 12. RGB value is (66,98,18). Sum of RGB (Red+Green+Blue) = 66+98+18=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #426212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426212 is #BD9DED. Grayscale: #4F4F4F. Windows color (decimal): -12426734 or 1204802. OLE color: 1204802.

HSL color Cylindrical-coordinate representation of color #426212: hue angle of 84º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #426212 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 18 -
CMYK 0.33 0 0.82 0.62
HSL 84º 0.69% 0.23% -
HSV(B) 84º 0.82% 0.38% -
XYZ 6.72 9.94 2.14 -
YUV 79.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 66 98 18 0.33 0 0.82 0.62 84 0.69 0.23
Hex 42 62 12 21 0 52 3E 54 45 17
Octal 102 142 22 41 0 122 76 124 105 27
Binary 1000010 1100010 10010 100001 0 1010010 111110 1010100 1000101 10111

Color Harmonies of #426212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426212

Black with #426212

Text Example


Text Example

White with #426212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426212; }

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

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

background-color css

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

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

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

border-color css

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

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

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