#485C13

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

Shades of Verdun Green #485C13

Tints of Verdun Green #485C13

Color information

#485C13 (or 0x485C13) is unknown color: approx Verdun Green. HEX triplet: 48, 5C and 13. RGB value is (72,92,19). Sum of RGB (Red+Green+Blue) = 72+92+19=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #485C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C13 is #B7A3EC. Grayscale: #4D4D4D. Windows color (decimal): -12035053 or 1268808. OLE color: 1268808.

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

Color convert

RGB729219-
CMYK0.2200.790.64
HSL76.44º65.77%21.76%-
HSV(B)76.44º79.35%36.08%-
XYZ6.629.082.02-
YUV77.794.87123.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 92 (36.33% from 255) = 50.27%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=39.34%
G=50.27%
B=10.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292190.2200.790.6476.4465.7721.76
Hex485C131604F404c4216
Octal1101342326011710011410226
Binary1001000101110010011101100100111110000001001100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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