#485303

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

Shades of Verdun Green #485303

Tints of Verdun Green #485303

Color information

#485303 (or 0x485303) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 03. RGB value is (72,83,3). Sum of RGB (Red+Green+Blue) = 72+83+3=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #485303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485303 is #B7ACFC. Grayscale: #464646. Windows color (decimal): -12037373 or 217928. OLE color: 217928.

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

Color convert

RGB72833-
CMYK0.1300.960.67
HSL68.25º93.02%16.86%-
HSV(B)68.25º96.39%32.55%-
XYZ5.787.571.24-
YUV70.5989.86129-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=45.57%
G=52.53%
B=1.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728330.1300.960.6768.2593.0216.86
Hex48533D06043445d11
Octal110123315014010310413521
Binary100100010100111111010110000010000111000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485303; }

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

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

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

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

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

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

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

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