#4B7614

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

Shades of Green Leaf #4B7614

Tints of Green Leaf #4B7614

Color information

#4B7614 (or 0x4B7614) is unknown color: approx Green Leaf. HEX triplet: 4B, 76 and 14. RGB value is (75,118,20). Sum of RGB (Red+Green+Blue) = 75+118+20=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7614 is #B489EB. Grayscale: #5E5E5E. Windows color (decimal): -11831788 or 1341003. OLE color: 1341003.

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

Color convert

RGB7511820-
CMYK0.3600.830.54
HSL86.33º71.01%27.06%-
HSV(B)86.33º83.05%46.27%-
XYZ9.5114.52.96-
YUV93.9786.25114.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=35.21%
G=55.40%
B=9.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75118200.3600.830.5486.3371.0127.06
Hex4B7614240533656471b
Octal113166244401236612610733
Binary1001011111011010100100100010100111101101010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,118,20); }

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

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

 a { background-color: rgb(75,118,20); }

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

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

 span { border-color: rgb(75,118,20); }

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