#485213

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

Shades of Verdun Green #485213

Tints of Verdun Green #485213

Color information

#485213 (or 0x485213) is unknown color: approx Verdun Green. HEX triplet: 48, 52 and 13. RGB value is (72,82,19). Sum of RGB (Red+Green+Blue) = 72+82+19=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #485213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485213 is #B7ADEC. Grayscale: #484848. Windows color (decimal): -12037613 or 1266248. OLE color: 1266248.

HSL color Cylindrical-coordinate representation of color #485213: hue angle of 69.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #485213 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB728219-
CMYK0.1200.770.68
HSL69.52º62.38%19.8%-
HSV(B)69.52º76.83%32.16%-
XYZ5.817.461.75-
YUV71.8398.19128.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=41.62%
G=47.40%
B=10.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282190.1200.770.6869.5262.3819.8
Hex485213C04D44463e14
Octal110122231401151041067624
Binary10010001010010100111100010011011000100100011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485213; }

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

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

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

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

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

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

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

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