#485305

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

Shades of Verdun Green #485305

Tints of Verdun Green #485305

Color information

#485305 (or 0x485305) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 05. RGB value is (72,83,5). Sum of RGB (Red+Green+Blue) = 72+83+5=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #485305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485305 is #B7ACFA. Grayscale: #474747. Windows color (decimal): -12037371 or 349000. OLE color: 349000.

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

Color convert

RGB72835-
CMYK0.1300.940.67
HSL68.46º88.64%17.25%-
HSV(B)68.46º93.98%32.55%-
XYZ5.797.581.3-
YUV70.8290.86128.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=45%
G=51.88%
B=3.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728350.1300.940.6768.4688.6417.25
Hex48535D05E43445911
Octal110123515013610310413121
Binary1001000101001110111010101111010000111000100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485305; }

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

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

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

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

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

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

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

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