#484608

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

Shades of Verdun Green #484608

Tints of Verdun Green #484608

Color information

#484608 (or 0x484608) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 08. RGB value is (72,70,8). Sum of RGB (Red+Green+Blue) = 72+70+8=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #484608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484608 is #B7B9F7. Grayscale: #3F3F3F. Windows color (decimal): -12040696 or 542280. OLE color: 542280.

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

Color convert

RGB72708-
CMYK00.030.890.72
HSL58.12º80%15.69%-
HSV(B)58.12º88.89%28.24%-
XYZ4.915.781.09-
YUV63.5396.66134.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=48%
G=46.67%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7270800.030.890.7258.128015.69
Hex484680359483a5010
Octal11010610031311107212020
Binary10010001000110100001110110011001000111010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484608; }

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

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

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

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

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

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

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

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