#399D3F

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

Shades of Fruit Salad #399D3F

Tints of Fruit Salad #399D3F

Color information

#399D3F (or 0x399D3F) is unknown color: approx Fruit Salad. HEX triplet: 39, 9D and 3F. RGB value is (57,157,63). Sum of RGB (Red+Green+Blue) = 57+157+63=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #399D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D3F is #C662C0. Grayscale: #747474. Windows color (decimal): -13001409 or 4169017. OLE color: 4169017.

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

Color convert

RGB5715763-
CMYK0.6400.600.38
HSL123.6º46.73%41.96%-
HSV(B)123.6º63.69%61.57%-
XYZ14.6425.348.82-
YUV116.3897.8785.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 157 (61.72% from 255) = 56.68%
BLUE value IS 63 (25% from 255) = 22.74%
R=20.58%
G=56.68%
B=22.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57157630.6400.600.38123.646.7341.96
Hex399D3F4003C267c2f2a
Octal7123577100074461745752
Binary11100110011101111111100000001111001001101111100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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