#484D11

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

Shades of Verdun Green #484D11

Tints of Verdun Green #484D11

Color information

#484D11 (or 0x484D11) is unknown color: approx Verdun Green. HEX triplet: 48, 4D and 11. RGB value is (72,77,17). Sum of RGB (Red+Green+Blue) = 72+77+17=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #484D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D11 is #B7B2EE. Grayscale: #444444. Windows color (decimal): -12038895 or 1133896. OLE color: 1133896.

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

Color convert

RGB727717-
CMYK0.0600.780.70
HSL65º63.83%18.43%-
HSV(B)65º77.92%30.2%-
XYZ5.436.731.54-
YUV68.6798.84130.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=43.37%
G=46.39%
B=10.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7277170.0600.780.706563.8318.43
Hex484D11604E46414012
Octal110115216011610610110022
Binary10010001001101100011100100111010001101000001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,17); }

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

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

 a { background-color: rgb(72,77,17); }

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

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

 span { border-color: rgb(72,77,17); }

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