#39BC4A

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

Shades of Fruit Salad #39BC4A

Tints of Fruit Salad #39BC4A

Color information

#39BC4A (or 0x39BC4A) is unknown color: approx Fruit Salad. HEX triplet: 39, BC and 4A. RGB value is (57,188,74). Sum of RGB (Red+Green+Blue) = 57+188+74=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #39BC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BC4A is #C643B5. Grayscale: #888888. Windows color (decimal): -12993462 or 4897849. OLE color: 4897849.

HSL color Cylindrical-coordinate representation of color #39BC4A: hue angle of 127.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BC4A is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB5718874-
CMYK0.7000.610.26
HSL127.79º53.47%48.04%-
HSV(B)127.79º69.68%73.73%-
XYZ20.9137.3312.58-
YUV135.8493.171.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 188 (73.83% from 255) = 58.93%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=17.87%
G=58.93%
B=23.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57188740.7000.610.26127.7953.4748.04
Hex39BC4A4603D1A803530
Octal71274112106075322006560
Binary111001101111001001010100011001111011101010000000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BC4A; }

 p { color: rgb(57,188,74); }

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

<style>
 a { background-color: #39BC4A; }

 a { background-color: rgb(57,188,74); }

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

<style>
 span { border-color: #39BC4A; }

 span { border-color: rgb(57,188,74); }

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