#455D0A

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

Shades of Verdun Green #455D0A

Tints of Verdun Green #455D0A

Color information

#455D0A (or 0x455D0A) is unknown color: approx Verdun Green. HEX triplet: 45, 5D and 0A. RGB value is (69,93,10). Sum of RGB (Red+Green+Blue) = 69+93+10=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #455D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D0A is #BAA2F5. Grayscale: #4C4C4C. Windows color (decimal): -12231414 or 679237. OLE color: 679237.

HSL color Cylindrical-coordinate representation of color #455D0A: hue angle of 77.35º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #455D0A is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB699310-
CMYK0.2600.890.64
HSL77.35º80.58%20.2%-
HSV(B)77.35º89.25%36.47%-
XYZ6.429.121.71-
YUV76.3690.55122.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=40.12%
G=54.07%
B=5.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993100.2600.890.6477.3580.5820.2
Hex455DA1A059404d5114
Octal1051351232013110011512124
Binary100010110111011010110100101100110000001001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D0A; }

 p { color: rgb(69,93,10); }

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

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

 a { background-color: rgb(69,93,10); }

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

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

 span { border-color: rgb(69,93,10); }

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