#39BA48

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

Shades of Fruit Salad #39BA48

Tints of Fruit Salad #39BA48

Color information

#39BA48 (or 0x39BA48) is unknown color: approx Fruit Salad. HEX triplet: 39, BA and 48. RGB value is (57,186,72). Sum of RGB (Red+Green+Blue) = 57+186+72=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA48 is #C645B7. Grayscale: #868686. Windows color (decimal): -12993976 or 4766265. OLE color: 4766265.

HSL color Cylindrical-coordinate representation of color #39BA48: hue angle of 126.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BA48 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB5718672-
CMYK0.6900.610.27
HSL126.98º53.09%47.65%-
HSV(B)126.98º69.35%72.94%-
XYZ20.4236.4612.09-
YUV134.4392.7672.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 186 (73.05% from 255) = 59.05%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=18.10%
G=59.05%
B=22.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57186720.6900.610.27126.9853.0947.65
Hex39BA484503D1B7f3530
Octal71272110105075331776560
Binary11100110111010100100010001010111101110111111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,186,72); }

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

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

 a { background-color: rgb(57,186,72); }

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

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

 span { border-color: rgb(57,186,72); }

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