Html Css Color HEX #426A0D Verdun Green

📋 copy color: '#426A0D'

red 66 ◦ green 106 ◦ blue 13

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

Shades of Verdun Green #426A0D

Tints of Verdun Green #426A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.3%

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 35.68%
G = 57.3%
B = 7.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#426A0D (or 0x426A0D) is known color: Verdun Green. HEX triplet: 42, 6A and 0D. RGB value is (66,106,13). Sum of RGB (Red+Green+Blue) = 66+106+13=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #426A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A0D is #BD95F2. Grayscale: #535353. Windows color (decimal): -12424691 or 879170. OLE color: 879170.

HSL color Cylindrical-coordinate representation of color #426A0D: hue angle of 85.81º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #426A0D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 106 13 -
CMYK 0.38 0 0.88 0.58
HSL 85.81º 0.78% 0.23% -
HSV(B) 85.81º 0.88% 0.42% -
XYZ 7.47 11.5 2.21 -
YUV 83.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 66 106 13 0.38 0 0.88 0.58 85.81 0.78 0.23
Hex 42 6A D 26 0 58 3A 56 4E 17
Octal 102 152 15 46 0 130 72 126 116 27
Binary 1000010 1101010 1101 100110 0 1011000 111010 1010110 1001110 10111

Color Harmonies of #426A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A0D

Black with #426A0D

Text Example


Text Example

White with #426A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,13); }

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

background-color css

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

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

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

border-color css

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

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

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