#4BAA44

Color #4BAA44 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4BAA44

Tints of Fruit Salad #4BAA44

Color information

#4BAA44 (or 0x4BAA44) is unknown color: approx Fruit Salad. HEX triplet: 4B, AA and 44. RGB value is (75,170,68). Sum of RGB (Red+Green+Blue) = 75+170+68=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA44 is #B455BB. Grayscale: #828282. Windows color (decimal): -11818428 or 4500043. OLE color: 4500043.

HSL color Cylindrical-coordinate representation of color #4BAA44: hue angle of 115.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BAA44 is Cyan = 0.56, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB7517068-
CMYK0.5600.60.33
HSL115.88º42.86%46.67%-
HSV(B)115.88º60%66.67%-
XYZ18.3230.6610.42-
YUV129.9793.0388.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=23.96%
G=54.31%
B=21.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170680.5600.60.33115.8842.8646.67
Hex4BAA443803C21742b2f
Octal11325210470074411645357
Binary100101110101010100010011100001111001000011110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,68); }

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

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

 a { background-color: rgb(75,170,68); }

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

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

 span { border-color: rgb(75,170,68); }

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