#484707

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

Shades of Verdun Green #484707

Tints of Verdun Green #484707

Color information

#484707 (or 0x484707) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 07. RGB value is (72,71,7). Sum of RGB (Red+Green+Blue) = 72+71+7=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #484707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484707 is #B7B8F8. Grayscale: #404040. Windows color (decimal): -12040441 or 477000. OLE color: 477000.

HSL color Cylindrical-coordinate representation of color #484707: hue angle of 59.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484707 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72717-
CMYK00.010.900.72
HSL59.08º82.28%15.49%-
HSV(B)59.08º90.28%28.24%-
XYZ4.965.91.08-
YUV6495.83133.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 7 (3.12% from 255) = 4.67%
R=48%
G=47.33%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271700.010.900.7259.0882.2815.49
Hex48477015A483b52f
Octal1101077011321107312217
Binary10010001000111111011011010100100011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484707; }

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

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

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

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

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

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

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

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