#485804

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

Shades of Verdun Green #485804

Tints of Verdun Green #485804

Color information

#485804 (or 0x485804) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 04. RGB value is (72,88,4). Sum of RGB (Red+Green+Blue) = 72+88+4=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #485804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485804 is #B7A7FB. Grayscale: #494949. Windows color (decimal): -12036092 or 284744. OLE color: 284744.

HSL color Cylindrical-coordinate representation of color #485804: hue angle of 71.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #485804 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB72884-
CMYK0.1800.950.65
HSL71.43º91.3%18.04%-
HSV(B)71.43º95.45%34.51%-
XYZ6.188.371.4-
YUV73.6488.7126.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=43.90%
G=53.66%
B=2.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728840.1800.950.6571.4391.318.04
Hex485841205F41475b12
Octal110130422013710110713322
Binary10010001011000100100100101111110000011000111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485804; }

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

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

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

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

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

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

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

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