#485C12

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

Shades of Verdun Green #485C12

Tints of Verdun Green #485C12

Color information

#485C12 (or 0x485C12) is unknown color: approx Verdun Green. HEX triplet: 48, 5C and 12. RGB value is (72,92,18). Sum of RGB (Red+Green+Blue) = 72+92+18=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #485C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C12 is #B7A3ED. Grayscale: #4D4D4D. Windows color (decimal): -12035054 or 1203272. OLE color: 1203272.

HSL color Cylindrical-coordinate representation of color #485C12: hue angle of 76.22º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485C12 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB729218-
CMYK0.2200.800.64
HSL76.22º67.27%21.57%-
HSV(B)76.22º80.43%36.08%-
XYZ6.619.081.98-
YUV77.5894.37124.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 92 (36.33% from 255) = 50.55%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=39.56%
G=50.55%
B=9.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292180.2200.800.6476.2267.2721.57
Hex485C1216050404c4316
Octal1101342226012010011410326
Binary1001000101110010010101100101000010000001001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485C12; }

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

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

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

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

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

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

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

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