#485621

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

Shades of Verdun Green #485621

Tints of Verdun Green #485621

Color information

#485621 (or 0x485621) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 21. RGB value is (72,86,33). Sum of RGB (Red+Green+Blue) = 72+86+33=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #485621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485621 is #B7A9DE. Grayscale: #4B4B4B. Windows color (decimal): -12036575 or 2184776. OLE color: 2184776.

HSL color Cylindrical-coordinate representation of color #485621: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485621 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB728633-
CMYK0.1600.620.66
HSL75.85º44.54%23.33%-
HSV(B)75.85º61.63%33.73%-
XYZ6.278.142.68-
YUV75.77103.86125.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=37.70%
G=45.03%
B=17.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286330.1600.620.6675.8544.5423.33
Hex4856211003E424c2d17
Octal11012641200761021145527
Binary100100010101101000011000001111101000010100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485621; }

 p { color: rgb(72,86,33); }

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

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

 a { background-color: rgb(72,86,33); }

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

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

 span { border-color: rgb(72,86,33); }

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