#484708

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

Shades of Verdun Green #484708

Tints of Verdun Green #484708

Color information

#484708 (or 0x484708) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 08. RGB value is (72,71,8). Sum of RGB (Red+Green+Blue) = 72+71+8=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #484708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484708 is #B7B8F7. Grayscale: #404040. Windows color (decimal): -12040440 or 542536. OLE color: 542536.

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

Color convert

RGB72718-
CMYK00.010.890.72
HSL59.06º80%15.69%-
HSV(B)59.06º88.89%28.24%-
XYZ4.975.91.11-
YUV64.1296.33133.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=47.68%
G=47.02%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271800.010.890.7259.068015.69
Hex484780159483b5010
Octal11010710011311107312020
Binary1001000100011110000110110011001000111011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484708; }

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

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

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

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

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

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

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

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