#3BAE4B

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

Shades of Fruit Salad #3BAE4B

Tints of Fruit Salad #3BAE4B

Color information

#3BAE4B (or 0x3BAE4B) is unknown color: approx Fruit Salad. HEX triplet: 3B, AE and 4B. RGB value is (59,174,75). Sum of RGB (Red+Green+Blue) = 59+174+75=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE4B is #C451B4. Grayscale: #808080. Windows color (decimal): -12865973 or 4959803. OLE color: 4959803.

HSL color Cylindrical-coordinate representation of color #3BAE4B: hue angle of 128.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE4B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB5917475-
CMYK0.6600.570.32
HSL128.35º49.36%45.69%-
HSV(B)128.35º66.09%68.24%-
XYZ18.2131.7111.82-
YUV128.3397.978.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=19.16%
G=56.49%
B=24.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59174750.6600.570.32128.3549.3645.69
Hex3BAE4B420392080312e
Octal73256113102071402006156
Binary1110111010111010010111000010011100110000010000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BAE4B; }

 p { color: rgb(59,174,75); }

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

<style>
 a { background-color: #3BAE4B; }

 a { background-color: rgb(59,174,75); }

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

<style>
 span { border-color: #3BAE4B; }

 span { border-color: rgb(59,174,75); }

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