#399D3B

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

Shades of Fruit Salad #399D3B

Tints of Fruit Salad #399D3B

Color information

#399D3B (or 0x399D3B) is unknown color: approx Fruit Salad. HEX triplet: 39, 9D and 3B. RGB value is (57,157,59). Sum of RGB (Red+Green+Blue) = 57+157+59=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #399D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D3B is #C662C4. Grayscale: #747474. Windows color (decimal): -13001413 or 3906873. OLE color: 3906873.

HSL color Cylindrical-coordinate representation of color #399D3B: hue angle of 121.2º 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 #399D3B is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5715759-
CMYK0.6400.620.38
HSL121.2º46.73%41.96%-
HSV(B)121.2º63.69%61.57%-
XYZ14.5325.38.25-
YUV115.9395.8785.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 157 (61.72% from 255) = 57.51%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=20.88%
G=57.51%
B=21.61%

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
Decimal57157590.6400.620.38121.246.7341.96
Hex399D3B4003E26792f2a
Octal7123573100076461715752
Binary11100110011101111011100000001111101001101111001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,157,59); }

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

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

 a { background-color: rgb(57,157,59); }

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

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

 span { border-color: rgb(57,157,59); }

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