#485506

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

Shades of Verdun Green #485506

Tints of Verdun Green #485506

Color information

#485506 (or 0x485506) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 06. RGB value is (72,85,6). Sum of RGB (Red+Green+Blue) = 72+85+6=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #485506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485506 is #B7AAF9. Grayscale: #484848. Windows color (decimal): -12036858 or 415048. OLE color: 415048.

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

Color convert

RGB72856-
CMYK0.1500.930.67
HSL69.87º86.81%17.84%-
HSV(B)69.87º92.94%33.33%-
XYZ5.957.891.38-
YUV72.1190.69127.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=44.17%
G=52.15%
B=3.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728560.1500.930.6769.8786.8117.84
Hex48556F05D43465712
Octal110125617013510310612722
Binary1001000101010111011110101110110000111000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485506; }

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

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

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

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

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

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

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

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