#399840

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

Shades of Fruit Salad #399840

Tints of Fruit Salad #399840

Color information

#399840 (or 0x399840) is unknown color: approx Fruit Salad. HEX triplet: 39, 98 and 40. RGB value is (57,152,64). Sum of RGB (Red+Green+Blue) = 57+152+64=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #399840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399840 is #C667BF. Grayscale: #717171. Windows color (decimal): -13002688 or 4233273. OLE color: 4233273.

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

Color convert

RGB5715264-
CMYK0.6200.580.40
HSL124.42º45.45%40.98%-
HSV(B)124.42º62.5%59.61%-
XYZ13.8423.78.69-
YUV113.56100.0387.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=20.88%
G=55.68%
B=23.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57152640.6200.580.40124.4245.4540.98
Hex3998403E03A287c2d29
Octal7123010076072501745551
Binary11100110011000100000011111001110101010001111100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399840; }

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

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

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

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

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

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

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

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