#4B490F

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

Shades of Verdun Green #4B490F

Tints of Verdun Green #4B490F

Color information

#4B490F (or 0x4B490F) is unknown color: approx Verdun Green. HEX triplet: 4B, 49 and 0F. RGB value is (75,73,15). Sum of RGB (Red+Green+Blue) = 75+73+15=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B490F is #B4B6F0. Grayscale: #434343. Windows color (decimal): -11843313 or 1001803. OLE color: 1001803.

HSL color Cylindrical-coordinate representation of color #4B490F: hue angle of 58º 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 #4B490F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB757315-
CMYK00.030.800.71
HSL58º66.67%17.65%-
HSV(B)58º80%29.41%-
XYZ5.376.31.38-
YUV66.9998.66133.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.01%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=46.01%
G=44.79%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75731500.030.800.715866.6717.65
Hex4B49F0350473a4312
Octal11311117031201077210322
Binary10010111001001111101110100001000111111010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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