#484704

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

Shades of Verdun Green #484704

Tints of Verdun Green #484704

Color information

#484704 (or 0x484704) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 04. RGB value is (72,71,4). Sum of RGB (Red+Green+Blue) = 72+71+4=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #484704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484704 is #B7B8FB. Grayscale: #3F3F3F. Windows color (decimal): -12040444 or 280392. OLE color: 280392.

HSL color Cylindrical-coordinate representation of color #484704: hue angle of 59.12º 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 #484704 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72714-
CMYK00.010.940.72
HSL59.12º89.47%14.9%-
HSV(B)59.12º94.44%28.24%-
XYZ4.955.890.99-
YUV63.6694.33133.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=48.98%
G=48.30%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271400.010.940.7259.1289.4714.9
Hex48474015E483b59f
Octal1101074011361107313117
Binary10010001000111100011011110100100011101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484704; }

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

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

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

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

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

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

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

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