#4B7523

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

Shades of Green Leaf #4B7523

Tints of Green Leaf #4B7523

Color information

#4B7523 (or 0x4B7523) is unknown color: approx Green Leaf. HEX triplet: 4B, 75 and 23. RGB value is (75,117,35). Sum of RGB (Red+Green+Blue) = 75+117+35=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7523 is #B48ADC. Grayscale: #5F5F5F. Windows color (decimal): -11832029 or 2323787. OLE color: 2323787.

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

Color convert

RGB7511735-
CMYK0.3600.700.54
HSL90.73º53.95%29.8%-
HSV(B)90.73º70.09%45.88%-
XYZ9.5714.343.85-
YUV95.0994.09113.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 35 (14.06% from 255) = 15.42%
R=33.04%
G=51.54%
B=15.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117350.3600.700.5490.7353.9529.8
Hex4B752324046365b361e
Octal11316543440106661336636
Binary1001011111010110001110010001000110110110101101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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