Html Css Color HEX #426712 Verdun Green

📋 copy color: '#426712'

red 66 ◦ green 103 ◦ blue 18

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

Shades of Verdun Green #426712

Tints of Verdun Green #426712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

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

R = 35.29%
G = 55.08%
B = 9.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#426712 (or 0x426712) is known color: Verdun Green. HEX triplet: 42, 67 and 12. RGB value is (66,103,18). Sum of RGB (Red+Green+Blue) = 66+103+18=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #426712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426712 is #BD98ED. Grayscale: #525252. Windows color (decimal): -12425454 or 1206082. OLE color: 1206082.

HSL color Cylindrical-coordinate representation of color #426712: hue angle of 86.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #426712 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 18 -
CMYK 0.36 0 0.83 0.60
HSL 86.12º 0.7% 0.24% -
HSV(B) 86.12º 0.83% 0.4% -
XYZ 7.21 10.9 2.3 -
YUV 82.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 66 103 18 0.36 0 0.83 0.60 86.12 0.7 0.24
Hex 42 67 12 24 0 53 3C 56 46 18
Octal 102 147 22 44 0 123 74 126 106 30
Binary 1000010 1100111 10010 100100 0 1010011 111100 1010110 1000110 11000

Color Harmonies of #426712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426712

Black with #426712

Text Example


Text Example

White with #426712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426712; }

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

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

background-color css

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

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

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

border-color css

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

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

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