#4B7511

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

Shades of Green Leaf #4B7511

Tints of Green Leaf #4B7511

Color information

#4B7511 (or 0x4B7511) is unknown color: approx Green Leaf. HEX triplet: 4B, 75 and 11. RGB value is (75,117,17). Sum of RGB (Red+Green+Blue) = 75+117+17=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7511 is #B48AEE. Grayscale: #5D5D5D. Windows color (decimal): -11832047 or 1144139. OLE color: 1144139.

HSL color Cylindrical-coordinate representation of color #4B7511: hue angle of 85.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B7511 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB7511717-
CMYK0.3600.850.54
HSL85.2º74.63%26.27%-
HSV(B)85.2º85.47%45.88%-
XYZ9.3614.262.79-
YUV93.0485.09115.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 117 (46.09% from 255) = 55.98%
BLUE value IS 17 (7.03% from 255) = 8.13%
R=35.89%
G=55.98%
B=8.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117170.3600.850.5485.274.6326.27
Hex4B75112405536554b1a
Octal113165214401256612511332
Binary1001011111010110001100100010101011101101010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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