#455B06

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

Shades of Verdun Green #455B06

Tints of Verdun Green #455B06

Color information

#455B06 (or 0x455B06) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 06. RGB value is (69,91,6). Sum of RGB (Red+Green+Blue) = 69+91+6=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #455B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B06 is #BAA4F9. Grayscale: #4B4B4B. Windows color (decimal): -12231930 or 416581. OLE color: 416581.

HSL color Cylindrical-coordinate representation of color #455B06: hue angle of 75.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #455B06 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB69916-
CMYK0.2400.930.64
HSL75.53º87.63%19.02%-
HSV(B)75.53º93.41%35.69%-
XYZ6.238.761.53-
YUV74.7389.21123.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 91 (35.94% from 255) = 54.82%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=41.57%
G=54.82%
B=3.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal699160.2400.930.6475.5387.6319.02
Hex455B61805D404c5813
Octal105133630013510011413023
Binary10001011011011110110000101110110000001001100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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