#4B6E0E

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

Shades of Green Leaf #4B6E0E

Tints of Green Leaf #4B6E0E

Color information

#4B6E0E (or 0x4B6E0E) is unknown color: approx Green Leaf. HEX triplet: 4B, 6E and 0E. RGB value is (75,110,14). Sum of RGB (Red+Green+Blue) = 75+110+14=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6E0E is #B491F1. Grayscale: #585858. Windows color (decimal): -11833842 or 945739. OLE color: 945739.

HSL color Cylindrical-coordinate representation of color #4B6E0E: hue angle of 81.88º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B6E0E is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB7511014-
CMYK0.3200.870.57
HSL81.88º77.42%24.31%-
HSV(B)81.88º87.27%43.14%-
XYZ8.5612.682.41-
YUV88.5985.9118.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 110 (43.36% from 255) = 55.28%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=37.69%
G=55.28%
B=7.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75110140.3200.870.5781.8877.4224.31
Hex4B6EE2005739524d18
Octal113156164001277112211530
Binary100101111011101110100000010101111110011010010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,110,14); }

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

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

 a { background-color: rgb(75,110,14); }

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

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

 span { border-color: rgb(75,110,14); }

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