#4b7516

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

Shades of Green Leaf #4B7516

Tints of Green Leaf #4B7516

Color information

#4B7516 (or 0x4B7516) is unknown color: approx Green Leaf. HEX triplet: 4B, 75 and 16. RGB value is (75,117,22). Sum of RGB (Red+Green+Blue) = 75+117+22=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7516 is #B48AE9. Grayscale: #5D5D5D. Windows color (decimal): -11832042 or 1471819. OLE color: 1471819.

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

Color convert

RGB7511722-
CMYK0.3600.810.54
HSL86.53º68.35%27.25%-
HSV(B)86.53º81.2%45.88%-
XYZ9.4114.283.02-
YUV93.6187.59114.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 117 (46.09% from 255) = 54.67%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=35.05%
G=54.67%
B=10.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117220.3600.810.5486.5368.3527.25
Hex4B7516240513657441b
Octal113165264401216612710433
Binary1001011111010110110100100010100011101101010111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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