#484812

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

Shades of Verdun Green #484812

Tints of Verdun Green #484812

Color information

#484812 (or 0x484812) is unknown color: approx Verdun Green. HEX triplet: 48, 48 and 12. RGB value is (72,72,18). Sum of RGB (Red+Green+Blue) = 72+72+18=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484812 is #B7B7ED. Grayscale: #424242. Windows color (decimal): -12040174 or 1198152. OLE color: 1198152.

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

Color convert

RGB727218-
CMYK000.750.72
HSL60º60%17.65%-
HSV(B)60º75%28.24%-
XYZ5.16.061.47-
YUV65.84101132.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=44.44%
G=44.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727218000.750.72606017.65
Hex484812004B483c3c12
Octal1101102200113110747422
Binary1001000100100010010001001011100100011110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484812; }

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

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

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

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

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

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

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

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