Html Css Color HEX #426016 Verdun Green

📋 copy color: '#426016'

red 66 ◦ green 96 ◦ blue 22

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

Shades of Verdun Green #426016

Tints of Verdun Green #426016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

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

R = 35.87%
G = 52.17%
B = 11.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#426016 (or 0x426016) is known color: Verdun Green. HEX triplet: 42, 60 and 16. RGB value is (66,96,22). Sum of RGB (Red+Green+Blue) = 66+96+22=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #426016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426016 is #BD9FE9. Grayscale: #4E4E4E. Windows color (decimal): -12427242 or 1466434. OLE color: 1466434.

HSL color Cylindrical-coordinate representation of color #426016: hue angle of 84.32º 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 #426016 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 22 -
CMYK 0.31 0 0.77 0.62
HSL 84.32º 0.63% 0.23% -
HSV(B) 84.32º 0.77% 0.38% -
XYZ 6.57 9.58 2.26 -
YUV 78.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 66 96 22 0.31 0 0.77 0.62 84.32 0.63 0.23
Hex 42 60 16 1F 0 4D 3E 54 3F 17
Octal 102 140 26 37 0 115 76 124 77 27
Binary 1000010 1100000 10110 11111 0 1001101 111110 1010100 111111 10111

Color Harmonies of #426016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426016

Black with #426016

Text Example


Text Example

White with #426016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426016; }

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

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

background-color css

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

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

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

border-color css

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

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

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