#4B7126

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

Shades of Green Leaf #4B7126

Tints of Green Leaf #4B7126

Color information

#4B7126 (or 0x4B7126) is unknown color: approx Green Leaf. HEX triplet: 4B, 71 and 26. RGB value is (75,113,38). Sum of RGB (Red+Green+Blue) = 75+113+38=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7126 is #B48ED9. Grayscale: #5D5D5D. Windows color (decimal): -11833050 or 2519371. OLE color: 2519371.

HSL color Cylindrical-coordinate representation of color #4B7126: hue angle of 90.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B7126 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB7511338-
CMYK0.3400.660.56
HSL90.4º49.67%29.61%-
HSV(B)90.4º66.37%44.31%-
XYZ9.1613.453.95-
YUV93.0996.91115.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=33.19%
G=50%
B=16.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75113380.3400.660.5690.449.6729.61
Hex4B712622042385a321e
Octal11316146420102701326236
Binary1001011111000110011010001001000010111000101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,38); }

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

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

 a { background-color: rgb(75,113,38); }

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

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

 span { border-color: rgb(75,113,38); }

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