#4B7228

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

Shades of Green Leaf #4B7228

Tints of Green Leaf #4B7228

Color information

#4B7228 (or 0x4B7228) is unknown color: approx Green Leaf. HEX triplet: 4B, 72 and 28. RGB value is (75,114,40). Sum of RGB (Red+Green+Blue) = 75+114+40=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7228 is #B48DD7. Grayscale: #5E5E5E. Windows color (decimal): -11832792 or 2650699. OLE color: 2650699.

HSL color Cylindrical-coordinate representation of color #4B7228: hue angle of 91.62º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B7228 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB7511440-
CMYK0.3400.650.55
HSL91.62º48.05%30.2%-
HSV(B)91.62º64.91%44.71%-
XYZ9.313.684.16-
YUV93.997.58114.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=32.75%
G=49.78%
B=17.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114400.3400.650.5591.6248.0530.2
Hex4B722822041375c301e
Octal11316250420101671346036
Binary1001011111001010100010001001000001110111101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,40); }

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

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

 a { background-color: rgb(75,114,40); }

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

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

 span { border-color: rgb(75,114,40); }

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