#485212

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

Shades of Verdun Green #485212

Tints of Verdun Green #485212

Color information

#485212 (or 0x485212) is unknown color: approx Verdun Green. HEX triplet: 48, 52 and 12. RGB value is (72,82,18). Sum of RGB (Red+Green+Blue) = 72+82+18=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #485212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485212 is #B7ADED. Grayscale: #474747. Windows color (decimal): -12037614 or 1200712. OLE color: 1200712.

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

Color convert

RGB728218-
CMYK0.1200.780.68
HSL69.38º64%19.61%-
HSV(B)69.38º78.05%32.16%-
XYZ5.87.461.71-
YUV71.7197.69128.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=41.86%
G=47.67%
B=10.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282180.1200.780.6869.386419.61
Hex485212C04E44454014
Octal1101222214011610410510024
Binary100100010100101001011000100111010001001000101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485212; }

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

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

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

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

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

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

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

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