#484508

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

Shades of Verdun Green #484508

Tints of Verdun Green #484508

Color information

#484508 (or 0x484508) is unknown color: approx Verdun Green. HEX triplet: 48, 45 and 08. RGB value is (72,69,8). Sum of RGB (Red+Green+Blue) = 72+69+8=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #484508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484508 is #B7BAF7. Grayscale: #3F3F3F. Windows color (decimal): -12040952 or 542024. OLE color: 542024.

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

Color convert

RGB72698-
CMYK00.040.890.72
HSL57.19º80%15.69%-
HSV(B)57.19º88.89%28.24%-
XYZ4.845.651.07-
YUV62.9496.99134.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=48.32%
G=46.31%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7269800.040.890.7257.198015.69
Hex48458045948395010
Octal11010510041311107112020
Binary100100010001011000010010110011001000111001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484508; }

 p { color: rgb(72,69,8); }

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

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

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

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

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

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

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