#445513

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

Shades of Verdun Green #445513

Tints of Verdun Green #445513

Color information

#445513 (or 0x445513) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 13. RGB value is (68,85,19). Sum of RGB (Red+Green+Blue) = 68+85+19=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #445513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445513 is #BBAAEC. Grayscale: #484848. Windows color (decimal): -12298989 or 1267012. OLE color: 1267012.

HSL color Cylindrical-coordinate representation of color #445513: hue angle of 75.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445513 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB688519-
CMYK0.2000.780.67
HSL75.45º63.46%20.39%-
HSV(B)75.45º77.65%33.33%-
XYZ5.757.771.81-
YUV72.3997.87124.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=39.53%
G=49.42%
B=11.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885190.2000.780.6775.4563.4620.39
Hex4455131404E434b3f14
Octal104125232401161031137724
Binary100010010101011001110100010011101000011100101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445513; }

 p { color: rgb(68,85,19); }

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

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

 a { background-color: rgb(68,85,19); }

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

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

 span { border-color: rgb(68,85,19); }

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