#455713

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

Shades of Verdun Green #455713

Tints of Verdun Green #455713

Color information

#455713 (or 0x455713) is unknown color: approx Verdun Green. HEX triplet: 45, 57 and 13. RGB value is (69,87,19). Sum of RGB (Red+Green+Blue) = 69+87+19=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #455713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455713 is #BAA8EC. Grayscale: #4A4A4A. Windows color (decimal): -12232941 or 1267525. OLE color: 1267525.

HSL color Cylindrical-coordinate representation of color #455713: hue angle of 75.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #455713 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB698719-
CMYK0.2100.780.66
HSL75.88º64.15%20.78%-
HSV(B)75.88º78.16%34.12%-
XYZ5.988.131.87-
YUV73.8797.04124.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=39.43%
G=49.71%
B=10.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987190.2100.780.6675.8864.1520.78
Hex4557131504E424c4015
Octal1051272325011610211410025
Binary1000101101011110011101010100111010000101001100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455713; }

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

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

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

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

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

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

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

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