#484604

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

Shades of Verdun Green #484604

Tints of Verdun Green #484604

Color information

#484604 (or 0x484604) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 04. RGB value is (72,70,4). Sum of RGB (Red+Green+Blue) = 72+70+4=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #484604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484604 is #B7B9FB. Grayscale: #3F3F3F. Windows color (decimal): -12040700 or 280136. OLE color: 280136.

HSL color Cylindrical-coordinate representation of color #484604: hue angle of 58.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #484604 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72704-
CMYK00.030.940.72
HSL58.24º89.47%14.9%-
HSV(B)58.24º94.44%28.24%-
XYZ4.885.770.97-
YUV63.0794.66134.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=49.32%
G=47.95%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7270400.030.940.7258.2489.4714.9
Hex48464035E483a59f
Octal1101064031361107213117
Binary100100010001101000111011110100100011101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484604; }

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

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

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

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

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

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

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

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