Html Css Color HEX #426116 Verdun Green

📋 copy color: '#426116'

red 66 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #426116

Tints of Verdun Green #426116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 35.68%
G = 52.43%
B = 11.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#426116 (or 0x426116) is known color: Verdun Green. HEX triplet: 42, 61 and 16. RGB value is (66,97,22). Sum of RGB (Red+Green+Blue) = 66+97+22=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #426116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426116 is #BD9EE9. Grayscale: #4F4F4F. Windows color (decimal): -12426986 or 1466690. OLE color: 1466690.

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

Color convert

RGB 66 97 22 -
CMYK 0.32 0 0.77 0.62
HSL 84.8º 0.63% 0.23% -
HSV(B) 84.8º 0.77% 0.38% -
XYZ 6.67 9.77 2.29 -
YUV 79.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 66 97 22 0.32 0 0.77 0.62 84.8 0.63 0.23
Hex 42 61 16 20 0 4D 3E 55 3F 17
Octal 102 141 26 40 0 115 76 125 77 27
Binary 1000010 1100001 10110 100000 0 1001101 111110 1010101 111111 10111

Color Harmonies of #426116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426116

Black with #426116

Text Example


Text Example

White with #426116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426116; }

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

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

background-color css

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

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

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

border-color css

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

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

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