Html Css Color HEX #426117 Verdun Green

📋 copy color: '#426117'

red 66 ◦ green 97 ◦ blue 23

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

Shades of Verdun Green #426117

Tints of Verdun Green #426117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.15%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 35.48%
G = 52.15%
B = 12.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#426117 (or 0x426117) is known color: Verdun Green. HEX triplet: 42, 61 and 17. RGB value is (66,97,23). Sum of RGB (Red+Green+Blue) = 66+97+23=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #426117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426117 is #BD9EE8. Grayscale: #4F4F4F. Windows color (decimal): -12426985 or 1532226. OLE color: 1532226.

HSL color Cylindrical-coordinate representation of color #426117: hue angle of 85.14º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #426117 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 23 -
CMYK 0.32 0 0.76 0.62
HSL 85.14º 0.62% 0.24% -
HSV(B) 85.14º 0.76% 0.38% -
XYZ 6.68 9.77 2.34 -
YUV 79.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 66 97 23 0.32 0 0.76 0.62 85.14 0.62 0.24
Hex 42 61 17 20 0 4C 3E 55 3E 18
Octal 102 141 27 40 0 114 76 125 76 30
Binary 1000010 1100001 10111 100000 0 1001100 111110 1010101 111110 11000

Color Harmonies of #426117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426117

Black with #426117

Text Example


Text Example

White with #426117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426117; }

 p { color: rgb(66,97,23); }

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

background-color css

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

 a { background-color: rgb(66,97,23); }

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

border-color css

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

 span { border-color: rgb(66,97,23); }

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