#455A0B

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

Shades of Verdun Green #455A0B

Tints of Verdun Green #455A0B

Color information

#455A0B (or 0x455A0B) is unknown color: approx Verdun Green. HEX triplet: 45, 5A and 0B. RGB value is (69,90,11). Sum of RGB (Red+Green+Blue) = 69+90+11=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #455A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A0B is #BAA5F4. Grayscale: #4B4B4B. Windows color (decimal): -12232181 or 744005. OLE color: 744005.

HSL color Cylindrical-coordinate representation of color #455A0B: hue angle of 75.95º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #455A0B is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB699011-
CMYK0.2300.880.65
HSL75.95º78.22%19.8%-
HSV(B)75.95º87.78%35.29%-
XYZ6.178.61.65-
YUV74.7292.04123.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=40.59%
G=52.94%
B=6.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990110.2300.880.6575.9578.2219.8
Hex455AB17058414c4e14
Octal1051321327013010111411624
Binary100010110110101011101110101100010000011001100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,11); }

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

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

 a { background-color: rgb(69,90,11); }

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

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

 span { border-color: rgb(69,90,11); }

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