#455B0A

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

Shades of Verdun Green #455B0A

Tints of Verdun Green #455B0A

Color information

#455B0A (or 0x455B0A) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 0A. RGB value is (69,91,10). Sum of RGB (Red+Green+Blue) = 69+91+10=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #455B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B0A is #BAA4F5. Grayscale: #4B4B4B. Windows color (decimal): -12231926 or 678725. OLE color: 678725.

HSL color Cylindrical-coordinate representation of color #455B0A: hue angle of 76.3º degrees, saturation: 0.8, 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 #455B0A is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB699110-
CMYK0.2400.890.64
HSL76.3º80.2%19.8%-
HSV(B)76.3º89.01%35.69%-
XYZ6.258.771.65-
YUV75.1991.21123.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 91 (35.94% from 255) = 53.53%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=40.59%
G=53.53%
B=5.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991100.2400.890.6476.380.219.8
Hex455BA18059404c5014
Octal1051331230013110011412024
Binary100010110110111010110000101100110000001001100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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