#4B4C11

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

Shades of Verdun Green #4B4C11

Tints of Verdun Green #4B4C11

Color information

#4B4C11 (or 0x4B4C11) is unknown color: approx Verdun Green. HEX triplet: 4B, 4C and 11. RGB value is (75,76,17). Sum of RGB (Red+Green+Blue) = 75+76+17=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #4B4C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4C11 is #B4B3EE. Grayscale: #454545. Windows color (decimal): -11842543 or 1133643. OLE color: 1133643.

HSL color Cylindrical-coordinate representation of color #4B4C11: hue angle of 61.02º degrees, saturation: 0.63, 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 #4B4C11 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB757617-
CMYK0.0100.780.70
HSL61.02º63.44%18.24%-
HSV(B)61.02º77.63%29.8%-
XYZ5.596.711.53-
YUV68.9798.67132.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=44.64%
G=45.24%
B=10.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7576170.0100.780.7061.0263.4418.24
Hex4B4C11104E463d3f12
Octal1131142110116106757722
Binary1001011100110010001101001110100011011110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,17); }

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

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

 a { background-color: rgb(75,76,17); }

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

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

 span { border-color: rgb(75,76,17); }

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