Html Css Color HEX #426312 Verdun Green

📋 copy color: '#426312'

red 66 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #426312

Tints of Verdun Green #426312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

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

R = 36.07%
G = 54.1%
B = 9.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#426312 (or 0x426312) is known color: Verdun Green. HEX triplet: 42, 63 and 12. RGB value is (66,99,18). Sum of RGB (Red+Green+Blue) = 66+99+18=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #426312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426312 is #BD9CED. Grayscale: #505050. Windows color (decimal): -12426478 or 1205058. OLE color: 1205058.

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

Color convert

RGB 66 99 18 -
CMYK 0.33 0 0.82 0.61
HSL 84.44º 0.69% 0.23% -
HSV(B) 84.44º 0.82% 0.39% -
XYZ 6.82 10.13 2.17 -
YUV 79.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 66 99 18 0.33 0 0.82 0.61 84.44 0.69 0.23
Hex 42 63 12 21 0 52 3D 54 45 17
Octal 102 143 22 41 0 122 75 124 105 27
Binary 1000010 1100011 10010 100001 0 1010010 111101 1010100 1000101 10111

Color Harmonies of #426312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426312

Black with #426312

Text Example


Text Example

White with #426312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426312; }

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

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

background-color css

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

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

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

border-color css

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

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

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