Html Css Color HEX #426211 Verdun Green

📋 copy color: '#426211'

red 66 ◦ green 98 ◦ blue 17

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

Shades of Verdun Green #426211

Tints of Verdun Green #426211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.14%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 36.46%
G = 54.14%
B = 9.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#426211 (or 0x426211) is known color: Verdun Green. HEX triplet: 42, 62 and 11. RGB value is (66,98,17). Sum of RGB (Red+Green+Blue) = 66+98+17=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #426211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426211 is #BD9DEE. Grayscale: #4F4F4F. Windows color (decimal): -12426735 or 1139266. OLE color: 1139266.

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

Color convert

RGB 66 98 17 -
CMYK 0.33 0 0.83 0.62
HSL 83.7º 0.7% 0.23% -
HSV(B) 83.7º 0.83% 0.38% -
XYZ 6.72 9.93 2.09 -
YUV 79.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 66 98 17 0.33 0 0.83 0.62 83.7 0.7 0.23
Hex 42 62 11 21 0 53 3E 54 46 17
Octal 102 142 21 41 0 123 76 124 106 27
Binary 1000010 1100010 10001 100001 0 1010011 111110 1010100 1000110 10111

Color Harmonies of #426211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426211

Black with #426211

Text Example


Text Example

White with #426211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426211; }

 p { color: rgb(66,98,17); }

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

background-color css

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

 a { background-color: rgb(66,98,17); }

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

border-color css

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

 span { border-color: rgb(66,98,17); }

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