#4B6B17

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

Shades of Green Leaf #4B6B17

Tints of Green Leaf #4B6B17

Color information

#4B6B17 (or 0x4B6B17) is unknown color: approx Green Leaf. HEX triplet: 4B, 6B and 17. RGB value is (75,107,23). Sum of RGB (Red+Green+Blue) = 75+107+23=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6B17 is #B494E8. Grayscale: #585858. Windows color (decimal): -11834601 or 1534795. OLE color: 1534795.

HSL color Cylindrical-coordinate representation of color #4B6B17: hue angle of 82.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B6B17 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB7510723-
CMYK0.3000.790.58
HSL82.86º64.62%25.49%-
HSV(B)82.86º78.5%41.96%-
XYZ8.3112.072.7-
YUV87.8691.4118.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.59%
GREEN value IS 107 (42.19% from 255) = 52.20%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=36.59%
G=52.20%
B=11.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107230.3000.790.5882.8664.6225.49
Hex4B6B171E04F3A534119
Octal113153273601177212310131
Binary100101111010111011111110010011111110101010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,107,23); }

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

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

 a { background-color: rgb(75,107,23); }

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

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

 span { border-color: rgb(75,107,23); }

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