#455305

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

Shades of Verdun Green #455305

Tints of Verdun Green #455305

Color information

#455305 (or 0x455305) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 05. RGB value is (69,83,5). Sum of RGB (Red+Green+Blue) = 69+83+5=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #455305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455305 is #BAACFA. Grayscale: #464646. Windows color (decimal): -12233979 or 348997. OLE color: 348997.

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

Color convert

RGB69835-
CMYK0.1700.940.67
HSL70.77º88.64%17.25%-
HSV(B)70.77º93.98%32.55%-
XYZ5.577.461.29-
YUV69.9291.36127.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=43.95%
G=52.87%
B=3.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698350.1700.940.6770.7788.6417.25
Hex455351105E43475911
Octal105123521013610310713121
Binary10001011010011101100010101111010000111000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455305; }

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

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

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

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

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

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

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

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