#484800

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

Shades of Verdun Green #484800

Tints of Verdun Green #484800

Color information

#484800 (or 0x484800) is unknown color: approx Verdun Green. HEX triplet: 48, 48 and 00. RGB value is (72,72,0). Sum of RGB (Red+Green+Blue) = 72+72+0=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484800 is #B7B7FF. Grayscale: #404040. Windows color (decimal): -12040192 or 18504. OLE color: 18504.

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

Color convert

RGB72720-
CMYK0010.72
HSL60º100%14.12%-
HSV(B)60º100%28.24%-
XYZ4.996.010.9-
YUV63.7992133.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727200010.726010014.12
Hex484800064483c64e
Octal1101100001441107414416
Binary100100010010000001100100100100011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484800; }

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

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

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

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

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

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

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

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