#4B480F

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

Shades of Verdun Green #4B480F

Tints of Verdun Green #4B480F

Color information

#4B480F (or 0x4B480F) is unknown color: approx Verdun Green. HEX triplet: 4B, 48 and 0F. RGB value is (75,72,15). Sum of RGB (Red+Green+Blue) = 75+72+15=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B480F is #B4B7F0. Grayscale: #424242. Windows color (decimal): -11843569 or 1001547. OLE color: 1001547.

HSL color Cylindrical-coordinate representation of color #4B480F: hue angle of 57º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B480F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB757215-
CMYK00.040.800.71
HSL57º66.67%17.65%-
HSV(B)57º80%29.41%-
XYZ5.316.171.36-
YUV66.498.99134.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=46.30%
G=44.44%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75721500.040.800.715766.6717.65
Hex4B48F045047394312
Octal11311017041201077110322
Binary100101110010001111010010100001000111111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B480F; }

 p { color: rgb(75,72,15); }

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

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

 a { background-color: rgb(75,72,15); }

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

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

 span { border-color: rgb(75,72,15); }

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