#484609

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

Shades of Verdun Green #484609

Tints of Verdun Green #484609

Color information

#484609 (or 0x484609) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 09. RGB value is (72,70,9). Sum of RGB (Red+Green+Blue) = 72+70+9=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #484609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484609 is #B7B9F6. Grayscale: #3F3F3F. Windows color (decimal): -12040695 or 607816. OLE color: 607816.

HSL color Cylindrical-coordinate representation of color #484609: hue angle of 58.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #484609 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB72709-
CMYK00.030.880.72
HSL58.1º77.78%15.88%-
HSV(B)58.1º87.5%28.24%-
XYZ4.915.781.11-
YUV63.6497.16133.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=47.68%
G=46.36%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7270900.030.880.7258.177.7815.88
Hex484690358483a4e10
Octal11010611031301107211620
Binary10010001000110100101110110001001000111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484609; }

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

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

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

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

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

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

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

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