#455105

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

Shades of Verdun Green #455105

Tints of Verdun Green #455105

Color information

#455105 (or 0x455105) is unknown color: approx Verdun Green. HEX triplet: 45, 51 and 05. RGB value is (69,81,5). Sum of RGB (Red+Green+Blue) = 69+81+5=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #455105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455105 is #BAAEFA. Grayscale: #454545. Windows color (decimal): -12234491 or 348485. OLE color: 348485.

HSL color Cylindrical-coordinate representation of color #455105: hue angle of 69.47º degrees, saturation: 0.88, 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 #455105 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB69815-
CMYK0.1500.940.68
HSL69.47º88.37%16.86%-
HSV(B)69.47º93.83%31.76%-
XYZ5.427.161.24-
YUV68.7592.02128.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 81 (32.03% from 255) = 52.26%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=44.52%
G=52.26%
B=3.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal698150.1500.940.6869.4788.3716.86
Hex45515F05E44455811
Octal105121517013610410513021
Binary1000101101000110111110101111010001001000101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455105; }

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

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

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

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

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

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

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

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