#485006

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

Shades of Verdun Green #485006

Tints of Verdun Green #485006

Color information

#485006 (or 0x485006) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 06. RGB value is (72,80,6). Sum of RGB (Red+Green+Blue) = 72+80+6=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #485006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485006 is #B7AFF9. Grayscale: #454545. Windows color (decimal): -12038138 or 413768. OLE color: 413768.

HSL color Cylindrical-coordinate representation of color #485006: hue angle of 66.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #485006 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB72806-
CMYK0.1000.920.69
HSL66.49º86.05%16.86%-
HSV(B)66.49º92.5%31.37%-
XYZ5.577.131.25-
YUV69.1792.35130.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=45.57%
G=50.63%
B=3.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal728060.1000.920.6966.4986.0516.86
Hex48506A05C45425611
Octal110120612013410510212621
Binary1001000101000011010100101110010001011000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485006; }

 p { color: rgb(72,80,6); }

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

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

 a { background-color: rgb(72,80,6); }

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

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

 span { border-color: rgb(72,80,6); }

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