#455810

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

Shades of Verdun Green #455810

Tints of Verdun Green #455810

Color information

#455810 (or 0x455810) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 10. RGB value is (69,88,16). Sum of RGB (Red+Green+Blue) = 69+88+16=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #455810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455810 is #BAA7EF. Grayscale: #4A4A4A. Windows color (decimal): -12232688 or 1071173. OLE color: 1071173.

HSL color Cylindrical-coordinate representation of color #455810: hue angle of 75.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #455810 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB698816-
CMYK0.2200.820.65
HSL75.83º69.23%20.39%-
HSV(B)75.83º81.82%34.51%-
XYZ6.048.281.77-
YUV74.1195.21124.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=39.88%
G=50.87%
B=9.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988160.2200.820.6575.8369.2320.39
Hex45581016052414c4514
Octal1051302026012210111410524
Binary1000101101100010000101100101001010000011001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455810; }

 p { color: rgb(69,88,16); }

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

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

 a { background-color: rgb(69,88,16); }

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

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

 span { border-color: rgb(69,88,16); }

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