#399B40

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

Shades of Fruit Salad #399B40

Tints of Fruit Salad #399B40

Color information

#399B40 (or 0x399B40) is unknown color: approx Fruit Salad. HEX triplet: 39, 9B and 40. RGB value is (57,155,64). Sum of RGB (Red+Green+Blue) = 57+155+64=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #399B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B40 is #C664BF. Grayscale: #737373. Windows color (decimal): -13001920 or 4234041. OLE color: 4234041.

HSL color Cylindrical-coordinate representation of color #399B40: hue angle of 124.29º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B40 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB5715564-
CMYK0.6300.590.39
HSL124.29º46.23%41.57%-
HSV(B)124.29º63.23%60.78%-
XYZ14.3324.688.86-
YUV115.3299.0386.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 155 (60.94% from 255) = 56.16%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=20.65%
G=56.16%
B=23.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155640.6300.590.39124.2946.2341.57
Hex399B403F03B277c2e2a
Octal7123310077073471745652
Binary11100110011011100000011111101110111001111111100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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