#484C00

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

Shades of Verdun Green #484C00

Tints of Verdun Green #484C00

Color information

#484C00 (or 0x484C00) is unknown color: approx Verdun Green. HEX triplet: 48, 4C and 00. RGB value is (72,76,0). Sum of RGB (Red+Green+Blue) = 72+76+0=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #484C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C00 is #B7B3FF. Grayscale: #424242. Windows color (decimal): -12039168 or 19528. OLE color: 19528.

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

Color convert

RGB72760-
CMYK0.05010.70
HSL63.16º100%14.9%-
HSV(B)63.16º100%29.8%-
XYZ5.266.550.99-
YUV66.1490.67132.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.65%
G=51.35%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal727600.05010.7063.1610014.9
Hex484C05064463f64f
Octal1101140501441067714417
Binary10010001001100010101100100100011011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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