#4BAC4A

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

Shades of Fruit Salad #4BAC4A

Tints of Fruit Salad #4BAC4A

Color information

#4BAC4A (or 0x4BAC4A) is unknown color: approx Fruit Salad. HEX triplet: 4B, AC and 4A. RGB value is (75,172,74). Sum of RGB (Red+Green+Blue) = 75+172+74=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC4A is #B453B5. Grayscale: #848484. Windows color (decimal): -11817910 or 4893771. OLE color: 4893771.

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

Color convert

RGB7517274-
CMYK0.5600.570.33
HSL119.39º39.84%48.24%-
HSV(B)119.39º56.98%67.45%-
XYZ18.8931.511.56-
YUV131.8295.3687.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=23.36%
G=53.58%
B=23.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75172740.5600.570.33119.3939.8448.24
Hex4BAC4A3803921772830
Octal11325411270071411675060
Binary100101110101100100101011100001110011000011110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,74); }

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

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

 a { background-color: rgb(75,172,74); }

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

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

 span { border-color: rgb(75,172,74); }

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