#484908

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

Shades of Verdun Green #484908

Tints of Verdun Green #484908

Color information

#484908 (or 0x484908) is unknown color: approx Verdun Green. HEX triplet: 48, 49 and 08. RGB value is (72,73,8). Sum of RGB (Red+Green+Blue) = 72+73+8=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #484908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484908 is #B7B6F7. Grayscale: #414141. Windows color (decimal): -12039928 or 543048. OLE color: 543048.

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

Color convert

RGB72738-
CMYK0.0100.890.71
HSL60.92º80.25%15.88%-
HSV(B)60.92º89.04%28.63%-
XYZ5.16.161.15-
YUV65.2995.67132.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=47.06%
G=47.71%
B=5.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727380.0100.890.7160.9280.2515.88
Hex484981059473d5010
Octal11011110101311077512020
Binary1001000100100110001010110011000111111101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484908; }

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

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

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

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

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

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

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

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