#399541

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

Shades of Fruit Salad #399541

Tints of Fruit Salad #399541

Color information

#399541 (or 0x399541) is unknown color: approx Fruit Salad. HEX triplet: 39, 95 and 41. RGB value is (57,149,65). Sum of RGB (Red+Green+Blue) = 57+149+65=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #399541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399541 is #C66ABE. Grayscale: #707070. Windows color (decimal): -13003455 or 4298041. OLE color: 4298041.

HSL color Cylindrical-coordinate representation of color #399541: hue angle of 125.22º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399541 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5714965-
CMYK0.6200.560.42
HSL125.22º44.66%40.39%-
HSV(B)125.22º61.74%58.43%-
XYZ13.3922.758.69-
YUV111.92101.5288.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=21.03%
G=54.98%
B=23.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57149650.6200.560.42125.2244.6640.39
Hex3995413E0382A7d2d28
Octal7122510176070521755550
Binary11100110010101100000111111001110001010101111101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399541; }

 p { color: rgb(57,149,65); }

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

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

 a { background-color: rgb(57,149,65); }

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

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

 span { border-color: rgb(57,149,65); }

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