Html Css Color HEX #426D0C Verdun Green

📋 copy color: '#426D0C'

red 66 ◦ green 109 ◦ blue 12

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

Shades of Verdun Green #426D0C

Tints of Verdun Green #426D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 58.29%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 35.29%
G = 58.29%
B = 6.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#426D0C (or 0x426D0C) is known color: Verdun Green. HEX triplet: 42, 6D and 0C. RGB value is (66,109,12). Sum of RGB (Red+Green+Blue) = 66+109+12=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #426D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426D0C is #BD92F3. Grayscale: #555555. Windows color (decimal): -12423924 or 814402. OLE color: 814402.

HSL color Cylindrical-coordinate representation of color #426D0C: hue angle of 86.6º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #426D0C is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 12 -
CMYK 0.39 0 0.89 0.57
HSL 86.6º 0.8% 0.24% -
HSV(B) 86.6º 0.89% 0.43% -
XYZ 7.78 12.12 2.28 -
YUV 85.09 86.75 114.39 -
System Red Green Blue C M Y K H S L
Decimal 66 109 12 0.39 0 0.89 0.57 86.6 0.8 0.24
Hex 42 6D C 27 0 59 39 57 50 18
Octal 102 155 14 47 0 131 71 127 120 30
Binary 1000010 1101101 1100 100111 0 1011001 111001 1010111 1010000 11000

Color Harmonies of #426D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D0C

Black with #426D0C

Text Example


Text Example

White with #426D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426D0C; }

 p { color: rgb(66,109,12); }

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

background-color css

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

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

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

border-color css

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

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

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