#399b3b

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

Shades of Fruit Salad #399B3B

Tints of Fruit Salad #399B3B

Color information

#399B3B (or 0x399B3B) is unknown color: approx Fruit Salad. HEX triplet: 39, 9B and 3B. RGB value is (57,155,59). Sum of RGB (Red+Green+Blue) = 57+155+59=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #399B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B3B is #C664C4. Grayscale: #737373. Windows color (decimal): -13001925 or 3906361. OLE color: 3906361.

HSL color Cylindrical-coordinate representation of color #399B3B: hue angle of 121.22º 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 #399B3B is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB5715559-
CMYK0.6300.620.39
HSL121.22º46.23%41.57%-
HSV(B)121.22º63.23%60.78%-
XYZ14.224.638.14-
YUV114.7596.5386.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 155 (60.94% from 255) = 57.20%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=21.03%
G=57.20%
B=21.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155590.6300.620.39121.2246.2341.57
Hex399B3B3F03E27792e2a
Octal712337377076471715652
Binary1110011001101111101111111101111101001111111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399b3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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