#39B24B

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

Shades of Fruit Salad #39B24B

Tints of Fruit Salad #39B24B

Color information

#39B24B (or 0x39B24B) is unknown color: approx Fruit Salad. HEX triplet: 39, B2 and 4B. RGB value is (57,178,75). Sum of RGB (Red+Green+Blue) = 57+178+75=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #39B24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39B24B is #C64DB4. Grayscale: #828282. Windows color (decimal): -12996021 or 4960825. OLE color: 4960825.

HSL color Cylindrical-coordinate representation of color #39B24B: hue angle of 128.93º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B24B is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB5717875-
CMYK0.6800.580.30
HSL128.93º51.49%46.08%-
HSV(B)128.93º67.98%69.8%-
XYZ18.8833.2212.07-
YUV130.0896.9175.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 178 (69.92% from 255) = 57.42%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=18.39%
G=57.42%
B=24.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal57178750.6800.580.30128.9351.4946.08
Hex39B24B4403A1E81332e
Octal71262113104072362016356
Binary111001101100101001011100010001110101111010000001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,178,75); }

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

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

 a { background-color: rgb(57,178,75); }

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

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

 span { border-color: rgb(57,178,75); }

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