#484900

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

Shades of Verdun Green #484900

Tints of Verdun Green #484900

Color information

#484900 (or 0x484900) is unknown color: approx Verdun Green. HEX triplet: 48, 49 and 00. RGB value is (72,73,0). Sum of RGB (Red+Green+Blue) = 72+73+0=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #484900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484900 is #B7B6FF. Grayscale: #404040. Windows color (decimal): -12039936 or 18760. OLE color: 18760.

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

Color convert

RGB72730-
CMYK0.01010.71
HSL60.82º100%14.31%-
HSV(B)60.82º100%28.63%-
XYZ5.066.140.92-
YUV64.3891.67133.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.66%
G=50.34%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727300.01010.7160.8210014.31
Hex484901064473d64e
Octal1101110101441077514416
Binary100100010010010101100100100011111110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484900; }

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

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

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

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

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

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

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

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