#455208

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

Shades of Verdun Green #455208

Tints of Verdun Green #455208

Color information

#455208 (or 0x455208) is unknown color: approx Verdun Green. HEX triplet: 45, 52 and 08. RGB value is (69,82,8). Sum of RGB (Red+Green+Blue) = 69+82+8=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #455208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455208 is #BAADF7. Grayscale: #454545. Windows color (decimal): -12234232 or 545349. OLE color: 545349.

HSL color Cylindrical-coordinate representation of color #455208: hue angle of 70.54º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #455208 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB69828-
CMYK0.1600.900.68
HSL70.54º82.22%17.65%-
HSV(B)70.54º90.24%32.16%-
XYZ5.527.321.35-
YUV69.6893.19127.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=43.40%
G=51.57%
B=5.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal698280.1600.900.6870.5482.2217.65
Hex455281005A44475212
Octal1051221020013210410712222
Binary100010110100101000100000101101010001001000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455208; }

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

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

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

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

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

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

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

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