#446410

Color #446410 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #446410

Tints of Verdun Green #446410

Color information

#446410 (or 0x446410) is unknown color: approx Verdun Green. HEX triplet: 44, 64 and 10. RGB value is (68,100,16). Sum of RGB (Red+Green+Blue) = 68+100+16=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #446410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446410 is #BB9BEF. Grayscale: #515151. Windows color (decimal): -12295152 or 1074244. OLE color: 1074244.

HSL color Cylindrical-coordinate representation of color #446410: hue angle of 82.86º 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 #446410 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB6810016-
CMYK0.3200.840.61
HSL82.86º72.41%22.75%-
HSV(B)82.86º84%39.22%-
XYZ7.0310.382.12-
YUV80.8691.4118.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 100 (39.45% from 255) = 54.35%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=36.96%
G=54.35%
B=8.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100160.3200.840.6182.8672.4122.75
Hex446410200543D534817
Octal104144204001247512311027
Binary1000100110010010000100000010101001111011010011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446410; }

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

 H1.HeaderClassName
 {
   color: #446410;
 }
 .AnyTagClassName
 {
   color: #446410;
 }
</style>
background-color css

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

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

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

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

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

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