#485004

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

Shades of Verdun Green #485004

Tints of Verdun Green #485004

Color information

#485004 (or 0x485004) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 04. RGB value is (72,80,4). Sum of RGB (Red+Green+Blue) = 72+80+4=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #485004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485004 is #B7AFFB. Grayscale: #454545. Windows color (decimal): -12038140 or 282696. OLE color: 282696.

HSL color Cylindrical-coordinate representation of color #485004: hue angle of 66.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #485004 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB72804-
CMYK0.1000.950.69
HSL66.32º90.48%16.47%-
HSV(B)66.32º95%31.37%-
XYZ5.567.121.2-
YUV68.9491.35130.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=46.15%
G=51.28%
B=2.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal728040.1000.950.6966.3290.4816.47
Hex48504A05F45425a10
Octal110120412013710510213220
Binary1001000101000010010100101111110001011000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485004; }

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

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

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

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

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

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

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

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