#399E3C

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

Shades of Fruit Salad #399E3C

Tints of Fruit Salad #399E3C

Color information

#399E3C (or 0x399E3C) is unknown color: approx Fruit Salad. HEX triplet: 39, 9E and 3C. RGB value is (57,158,60). Sum of RGB (Red+Green+Blue) = 57+158+60=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #399E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399E3C is #C661C3. Grayscale: #747474. Windows color (decimal): -13001156 or 3972665. OLE color: 3972665.

HSL color Cylindrical-coordinate representation of color #399E3C: hue angle of 121.78º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399E3C is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5715860-
CMYK0.6400.620.38
HSL121.78º46.98%42.16%-
HSV(B)121.78º63.92%61.96%-
XYZ14.7325.658.45-
YUV116.6396.0485.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 158 (62.11% from 255) = 57.45%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=20.73%
G=57.45%
B=21.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57158600.6400.620.38121.7846.9842.16
Hex399E3C4003E267a2f2a
Octal7123674100076461725752
Binary11100110011110111100100000001111101001101111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399E3C; }

 p { color: rgb(57,158,60); }

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

<style>
 a { background-color: #399E3C; }

 a { background-color: rgb(57,158,60); }

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

<style>
 span { border-color: #399E3C; }

 span { border-color: rgb(57,158,60); }

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