#455513

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

Shades of Verdun Green #455513

Tints of Verdun Green #455513

Color information

#455513 (or 0x455513) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 13. RGB value is (69,85,19). Sum of RGB (Red+Green+Blue) = 69+85+19=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #455513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455513 is #BAAAEC. Grayscale: #484848. Windows color (decimal): -12233453 or 1267013. OLE color: 1267013.

HSL color Cylindrical-coordinate representation of color #455513: hue angle of 74.55º 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 #455513 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB698519-
CMYK0.1900.780.67
HSL74.55º63.46%20.39%-
HSV(B)74.55º77.65%33.33%-
XYZ5.827.811.82-
YUV72.6997.7125.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=39.88%
G=49.13%
B=10.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985190.1900.780.6774.5563.4620.39
Hex4555131304E434b3f14
Octal105125232301161031137724
Binary100010110101011001110011010011101000011100101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455513; }

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

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

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

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

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

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

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

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