#455D06

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

Shades of Verdun Green #455D06

Tints of Verdun Green #455D06

Color information

#455D06 (or 0x455D06) is unknown color: approx Verdun Green. HEX triplet: 45, 5D and 06. RGB value is (69,93,6). Sum of RGB (Red+Green+Blue) = 69+93+6=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #455D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D06 is #BAA2F9. Grayscale: #4C4C4C. Windows color (decimal): -12231418 or 417093. OLE color: 417093.

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

Color convert

RGB69936-
CMYK0.2600.940.64
HSL76.55º87.88%19.41%-
HSV(B)76.55º93.55%36.47%-
XYZ6.49.111.59-
YUV75.9188.55123.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=41.07%
G=55.36%
B=3.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal699360.2600.940.6476.5587.8819.41
Hex455D61A05E404d5813
Octal105135632013610011513023
Binary10001011011101110110100101111010000001001101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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