#455519

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

Shades of Verdun Green #455519

Tints of Verdun Green #455519

Color information

#455519 (or 0x455519) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 19. RGB value is (69,85,25). Sum of RGB (Red+Green+Blue) = 69+85+25=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #455519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455519 is #BAAAE6. Grayscale: #494949. Windows color (decimal): -12233447 or 1660229. OLE color: 1660229.

HSL color Cylindrical-coordinate representation of color #455519: hue angle of 76º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455519 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB698525-
CMYK0.1900.710.67
HSL76º54.55%21.57%-
HSV(B)76º70.59%33.33%-
XYZ5.887.832.12-
YUV73.38100.7124.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.55%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=38.55%
G=47.49%
B=13.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985250.1900.710.677654.5521.57
Hex45551913047434c3716
Octal105125312301071031146726
Binary100010110101011100110011010001111000011100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455519; }

 p { color: rgb(69,85,25); }

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

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

 a { background-color: rgb(69,85,25); }

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

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

 span { border-color: rgb(69,85,25); }

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