#484612

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

Shades of Verdun Green #484612

Tints of Verdun Green #484612

Color information

#484612 (or 0x484612) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 12. RGB value is (72,70,18). Sum of RGB (Red+Green+Blue) = 72+70+18=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484612 is #B7B9ED. Grayscale: #404040. Windows color (decimal): -12040686 or 1197640. OLE color: 1197640.

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

Color convert

RGB727018-
CMYK00.030.750.72
HSL57.78º60%17.65%-
HSV(B)57.78º75%28.24%-
XYZ4.975.81.43-
YUV64.67101.66133.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=45%
G=43.75%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72701800.030.750.7257.786017.65
Hex484612034B483a3c12
Octal1101062203113110727422
Binary10010001000110100100111001011100100011101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484612; }

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

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

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

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

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

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

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

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