#485517

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

Shades of Verdun Green #485517

Tints of Verdun Green #485517

Color information

#485517 (or 0x485517) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 17. RGB value is (72,85,23). Sum of RGB (Red+Green+Blue) = 72+85+23=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #485517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485517 is #B7AAE8. Grayscale: #4A4A4A. Windows color (decimal): -12036841 or 1529160. OLE color: 1529160.

HSL color Cylindrical-coordinate representation of color #485517: hue angle of 72.58º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #485517 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB728523-
CMYK0.1500.730.67
HSL72.58º57.41%21.18%-
HSV(B)72.58º72.94%33.33%-
XYZ6.087.942.02-
YUV74.0499.19126.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=40%
G=47.22%
B=12.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285230.1500.730.6772.5857.4121.18
Hex485517F04943493915
Octal110125271701111031117125
Binary10010001010101101111111010010011000011100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485517; }

 p { color: rgb(72,85,23); }

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

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

 a { background-color: rgb(72,85,23); }

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

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

 span { border-color: rgb(72,85,23); }

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