#399240

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

Shades of Fruit Salad #399240

Tints of Fruit Salad #399240

Color information

#399240 (or 0x399240) is unknown color: approx Fruit Salad. HEX triplet: 39, 92 and 40. RGB value is (57,146,64). Sum of RGB (Red+Green+Blue) = 57+146+64=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #399240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399240 is #C66DBF. Grayscale: #6E6E6E. Windows color (decimal): -13004224 or 4231737. OLE color: 4231737.

HSL color Cylindrical-coordinate representation of color #399240: hue angle of 124.72º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399240 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB5714664-
CMYK0.6100.560.43
HSL124.72º43.84%39.8%-
HSV(B)124.72º60.96%57.25%-
XYZ12.8921.88.38-
YUV110.04102.0190.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 146 (57.42% from 255) = 54.68%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=21.35%
G=54.68%
B=23.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57146640.6100.560.43124.7243.8439.8
Hex3992403D0382B7d2c28
Octal7122210075070531755450
Binary11100110010010100000011110101110001010111111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399240; }

 p { color: rgb(57,146,64); }

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

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

 a { background-color: rgb(57,146,64); }

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

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

 span { border-color: rgb(57,146,64); }

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