Html Css Color HEX #426111 Verdun Green

📋 copy color: '#426111'

red 66 ◦ green 97 ◦ blue 17

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

Shades of Verdun Green #426111

Tints of Verdun Green #426111

RGB

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

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

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

R = 36.67%
G = 53.89%
B = 9.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#426111 (or 0x426111) is known color: Verdun Green. HEX triplet: 42, 61 and 11. RGB value is (66,97,17). Sum of RGB (Red+Green+Blue) = 66+97+17=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #426111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426111 is #BD9EEE. Grayscale: #4E4E4E. Windows color (decimal): -12426991 or 1139010. OLE color: 1139010.

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

Color convert

RGB 66 97 17 -
CMYK 0.32 0 0.82 0.62
HSL 83.25º 0.7% 0.22% -
HSV(B) 83.25º 0.82% 0.38% -
XYZ 6.62 9.75 2.06 -
YUV 78.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 66 97 17 0.32 0 0.82 0.62 83.25 0.7 0.22
Hex 42 61 11 20 0 52 3E 53 46 16
Octal 102 141 21 40 0 122 76 123 106 26
Binary 1000010 1100001 10001 100000 0 1010010 111110 1010011 1000110 10110

Color Harmonies of #426111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426111

Black with #426111

Text Example


Text Example

White with #426111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426111; }

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

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

background-color css

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

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

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

border-color css

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

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

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