#484700

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

Shades of Verdun Green #484700

Tints of Verdun Green #484700

Color information

#484700 (or 0x484700) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 00. RGB value is (72,71,0). Sum of RGB (Red+Green+Blue) = 72+71+0=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484700 is #B7B8FF. Grayscale: #3F3F3F. Windows color (decimal): -12040448 or 18248. OLE color: 18248.

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

Color convert

RGB72710-
CMYK00.0110.72
HSL59.17º100%14.12%-
HSV(B)59.17º100%28.24%-
XYZ4.935.880.88-
YUV63.292.33134.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.35%
G=49.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271000.0110.7259.1710014.12
Hex484700164483b64e
Octal1101070011441107314416
Binary100100010001110011100100100100011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484700; }

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

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

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

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

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

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

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

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