#485511

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

Shades of Verdun Green #485511

Tints of Verdun Green #485511

Color information

#485511 (or 0x485511) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 11. RGB value is (72,85,17). Sum of RGB (Red+Green+Blue) = 72+85+17=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #485511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485511 is #B7AAEE. Grayscale: #494949. Windows color (decimal): -12036847 or 1135944. OLE color: 1135944.

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

Color convert

RGB728517-
CMYK0.1500.800.67
HSL71.47º66.67%20%-
HSV(B)71.47º80%33.33%-
XYZ6.027.921.74-
YUV73.3696.19127.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=41.38%
G=48.85%
B=9.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285170.1500.800.6771.4766.6720
Hex485511F05043474314
Octal1101252117012010310710324
Binary100100010101011000111110101000010000111000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485511; }

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

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

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

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

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

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

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

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