#485013

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

Shades of Verdun Green #485013

Tints of Verdun Green #485013

Color information

#485013 (or 0x485013) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 13. RGB value is (72,80,19). Sum of RGB (Red+Green+Blue) = 72+80+19=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #485013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485013 is #B7AFEC. Grayscale: #464646. Windows color (decimal): -12038125 or 1265736. OLE color: 1265736.

HSL color Cylindrical-coordinate representation of color #485013: hue angle of 67.87º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #485013 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB728019-
CMYK0.1000.760.69
HSL67.87º61.62%19.41%-
HSV(B)67.87º76.25%31.37%-
XYZ5.667.161.7-
YUV70.6598.85128.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=42.11%
G=46.78%
B=11.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280190.1000.760.6967.8761.6219.41
Hex485013A04C45443e13
Octal110120231201141051047623
Binary10010001010000100111010010011001000101100010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485013; }

 p { color: rgb(72,80,19); }

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

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

 a { background-color: rgb(72,80,19); }

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

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

 span { border-color: rgb(72,80,19); }

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