#485316

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

Shades of Verdun Green #485316

Tints of Verdun Green #485316

Color information

#485316 (or 0x485316) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 16. RGB value is (72,83,22). Sum of RGB (Red+Green+Blue) = 72+83+22=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #485316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485316 is #B7ACE9. Grayscale: #484848. Windows color (decimal): -12037354 or 1463112. OLE color: 1463112.

HSL color Cylindrical-coordinate representation of color #485316: hue angle of 70.82º degrees, saturation: 0.58, 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 #485316 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB728322-
CMYK0.1300.730.67
HSL70.82º58.1%20.59%-
HSV(B)70.82º73.49%32.55%-
XYZ5.917.621.92-
YUV72.7699.36127.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=40.68%
G=46.89%
B=12.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283220.1300.730.6770.8258.120.59
Hex485316D04943473a15
Octal110123261501111031077225
Binary10010001010011101101101010010011000011100011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485316; }

 p { color: rgb(72,83,22); }

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

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

 a { background-color: rgb(72,83,22); }

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

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

 span { border-color: rgb(72,83,22); }

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