#39B24A

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

Shades of Fruit Salad #39B24A

Tints of Fruit Salad #39B24A

Color information

#39B24A (or 0x39B24A) is unknown color: approx Fruit Salad. HEX triplet: 39, B2 and 4A. RGB value is (57,178,74). Sum of RGB (Red+Green+Blue) = 57+178+74=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 178 (69.92% from 255 or 57.61% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 178 - color contains mainly: green. Hex color #39B24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39B24A is #C64DB5. Grayscale: #828282. Windows color (decimal): -12996022 or 4895289. OLE color: 4895289.

HSL color Cylindrical-coordinate representation of color #39B24A: hue angle of 128.43º 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 #39B24A is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB5717874-
CMYK0.6800.580.30
HSL128.43º51.49%46.08%-
HSV(B)128.43º67.98%69.8%-
XYZ18.8433.2111.89-
YUV129.9696.4175.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 178 (69.92% from 255) = 57.61%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=18.45%
G=57.61%
B=23.95%

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
Decimal57178740.6800.580.30128.4351.4946.08
Hex39B24A4403A1E80332e
Octal71262112104072362006356
Binary111001101100101001010100010001110101111010000000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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