#4BAA43

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

Shades of Fruit Salad #4BAA43

Tints of Fruit Salad #4BAA43

Color information

#4BAA43 (or 0x4BAA43) is unknown color: approx Fruit Salad. HEX triplet: 4B, AA and 43. RGB value is (75,170,67). Sum of RGB (Red+Green+Blue) = 75+170+67=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA43 is #B455BC. Grayscale: #828282. Windows color (decimal): -11818429 or 4434507. OLE color: 4434507.

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

Color convert

RGB7517067-
CMYK0.5600.610.33
HSL115.34º43.46%46.47%-
HSV(B)115.34º60.59%66.67%-
XYZ18.2930.6510.26-
YUV129.8592.5388.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=24.04%
G=54.49%
B=21.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170670.5600.610.33115.3443.4646.47
Hex4BAA433803D21732b2e
Octal11325210370075411635356
Binary100101110101010100001111100001111011000011110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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