#485510

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

Shades of Verdun Green #485510

Tints of Verdun Green #485510

Color information

#485510 (or 0x485510) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 10. RGB value is (72,85,16). Sum of RGB (Red+Green+Blue) = 72+85+16=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #485510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485510 is #B7AAEF. Grayscale: #494949. Windows color (decimal): -12036848 or 1070408. OLE color: 1070408.

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

Color convert

RGB728516-
CMYK0.1500.810.67
HSL71.3º68.32%19.8%-
HSV(B)71.3º81.18%33.33%-
XYZ6.017.911.7-
YUV73.2595.69127.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=41.62%
G=49.13%
B=9.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285160.1500.810.6771.368.3219.8
Hex485510F05143474414
Octal1101252017012110310710424
Binary100100010101011000011110101000110000111000111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485510; }

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

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

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

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

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

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

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

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