#399B46

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

Shades of Fruit Salad #399B46

Tints of Fruit Salad #399B46

Color information

#399B46 (or 0x399B46) is unknown color: approx Fruit Salad. HEX triplet: 39, 9B and 46. RGB value is (57,155,70). Sum of RGB (Red+Green+Blue) = 57+155+70=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #399B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B46 is #C664B9. Grayscale: #747474. Windows color (decimal): -13001914 or 4627257. OLE color: 4627257.

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

Color convert

RGB5715570-
CMYK0.6300.550.39
HSL127.96º46.23%41.57%-
HSV(B)127.96º63.23%60.78%-
XYZ14.5124.759.81-
YUV116.01102.0385.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 70 (27.73% from 255) = 24.82%
R=20.21%
G=54.96%
B=24.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155700.6300.550.39127.9646.2341.57
Hex399B463F03727802e2a
Octal7123310677067472005652
Binary111001100110111000110111111011011110011110000000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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