#4BAA4F

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

Shades of Fruit Salad #4BAA4F

Tints of Fruit Salad #4BAA4F

Color information

#4BAA4F (or 0x4BAA4F) is unknown color: approx Fruit Salad. HEX triplet: 4B, AA and 4F. RGB value is (75,170,79). Sum of RGB (Red+Green+Blue) = 75+170+79=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA4F is #B455B0. Grayscale: #838383. Windows color (decimal): -11818417 or 5220939. OLE color: 5220939.

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

Color convert

RGB7517079-
CMYK0.5600.540.33
HSL122.53º38.78%48.04%-
HSV(B)122.53º55.88%66.67%-
XYZ18.6930.8112.36-
YUV131.2298.5387.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=23.15%
G=52.47%
B=24.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170790.5600.540.33122.5338.7848.04
Hex4BAA4F38036217b2730
Octal11325211770066411734760
Binary100101110101010100111111100001101101000011111011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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