#455205

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

Shades of Verdun Green #455205

Tints of Verdun Green #455205

Color information

#455205 (or 0x455205) is unknown color: approx Verdun Green. HEX triplet: 45, 52 and 05. RGB value is (69,82,5). Sum of RGB (Red+Green+Blue) = 69+82+5=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #455205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455205 is #BAADFA. Grayscale: #454545. Windows color (decimal): -12234235 or 348741. OLE color: 348741.

HSL color Cylindrical-coordinate representation of color #455205: hue angle of 70.13º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #455205 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB69825-
CMYK0.1600.940.68
HSL70.13º88.51%17.06%-
HSV(B)70.13º93.9%32.16%-
XYZ5.57.311.26-
YUV69.3391.69127.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=44.23%
G=52.56%
B=3.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal698250.1600.940.6870.1388.5117.06
Hex455251005E44465911
Octal105122520013610410613121
Binary10001011010010101100000101111010001001000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455205; }

 p { color: rgb(69,82,5); }

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

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

 a { background-color: rgb(69,82,5); }

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

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

 span { border-color: rgb(69,82,5); }

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