Html Css Color HEX #426410 Verdun Green

📋 copy color: '#426410'

red 66 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #426410

Tints of Verdun Green #426410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.95%

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 36.26%
G = 54.95%
B = 8.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#426410 (or 0x426410) is known color: Verdun Green. HEX triplet: 42, 64 and 10. RGB value is (66,100,16). Sum of RGB (Red+Green+Blue) = 66+100+16=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #426410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426410 is #BD9BEF. Grayscale: #505050. Windows color (decimal): -12426224 or 1074242. OLE color: 1074242.

HSL color Cylindrical-coordinate representation of color #426410: hue angle of 84.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #426410 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 16 -
CMYK 0.34 0 0.84 0.61
HSL 84.29º 0.72% 0.23% -
HSV(B) 84.29º 0.84% 0.39% -
XYZ 6.9 10.31 2.12 -
YUV 80.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 66 100 16 0.34 0 0.84 0.61 84.29 0.72 0.23
Hex 42 64 10 22 0 54 3D 54 48 17
Octal 102 144 20 42 0 124 75 124 110 27
Binary 1000010 1100100 10000 100010 0 1010100 111101 1010100 1001000 10111

Color Harmonies of #426410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426410

Black with #426410

Text Example


Text Example

White with #426410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426410; }

 p { color: rgb(66,100,16); }

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

background-color css

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

 a { background-color: rgb(66,100,16); }

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

border-color css

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

 span { border-color: rgb(66,100,16); }

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