#484C10

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

Shades of Verdun Green #484C10

Tints of Verdun Green #484C10

Color information

#484C10 (or 0x484C10) is unknown color: approx Verdun Green. HEX triplet: 48, 4C and 10. RGB value is (72,76,16). Sum of RGB (Red+Green+Blue) = 72+76+16=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #484C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C10 is #B7B3EF. Grayscale: #444444. Windows color (decimal): -12039152 or 1068104. OLE color: 1068104.

HSL color Cylindrical-coordinate representation of color #484C10: hue angle of 64º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #484C10 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB727616-
CMYK0.0500.790.70
HSL64º65.22%18.04%-
HSV(B)64º78.95%29.8%-
XYZ5.356.581.48-
YUV67.9698.67130.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=43.90%
G=46.34%
B=9.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276160.0500.790.706465.2218.04
Hex484C10504F46404112
Octal110114205011710610010122
Binary10010001001100100001010100111110001101000000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C10; }

 p { color: rgb(72,76,16); }

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

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

 a { background-color: rgb(72,76,16); }

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

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

 span { border-color: rgb(72,76,16); }

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