#485315

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

Shades of Verdun Green #485315

Tints of Verdun Green #485315

Color information

#485315 (or 0x485315) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 15. RGB value is (72,83,21). Sum of RGB (Red+Green+Blue) = 72+83+21=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #485315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485315 is #B7ACEA. Grayscale: #484848. Windows color (decimal): -12037355 or 1397576. OLE color: 1397576.

HSL color Cylindrical-coordinate representation of color #485315: hue angle of 70.65º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485315 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB728321-
CMYK0.1300.750.67
HSL70.65º59.62%20.39%-
HSV(B)70.65º74.7%32.55%-
XYZ5.97.621.87-
YUV72.6498.86127.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=40.91%
G=47.16%
B=11.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283210.1300.750.6770.6559.6220.39
Hex485315D04B43473c14
Octal110123251501131031077424
Binary10010001010011101011101010010111000011100011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485315; }

 p { color: rgb(72,83,21); }

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

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

 a { background-color: rgb(72,83,21); }

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

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

 span { border-color: rgb(72,83,21); }

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