#39B04C

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

Shades of Fruit Salad #39B04C

Tints of Fruit Salad #39B04C

Color information

#39B04C (or 0x39B04C) is unknown color: approx Fruit Salad. HEX triplet: 39, B0 and 4C. RGB value is (57,176,76). Sum of RGB (Red+Green+Blue) = 57+176+76=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #39B04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39B04C is #C64FB3. Grayscale: #818181. Windows color (decimal): -12996532 or 5025849. OLE color: 5025849.

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

Color convert

RGB5717676-
CMYK0.6800.570.31
HSL129.58º51.07%45.69%-
HSV(B)129.58º67.61%69.02%-
XYZ18.5232.4412.12-
YUV129.0298.0876.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=18.45%
G=56.96%
B=24.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57176760.6800.570.31129.5851.0745.69
Hex39B04C440391F82332e
Octal71260114104071372026356
Binary111001101100001001100100010001110011111110000010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,176,76); }

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

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

 a { background-color: rgb(57,176,76); }

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

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

 span { border-color: rgb(57,176,76); }

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