#399B44

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

Shades of Fruit Salad #399B44

Tints of Fruit Salad #399B44

Color information

#399B44 (or 0x399B44) is unknown color: approx Fruit Salad. HEX triplet: 39, 9B and 44. RGB value is (57,155,68). Sum of RGB (Red+Green+Blue) = 57+155+68=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #399B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B44 is #C664BB. Grayscale: #747474. Windows color (decimal): -13001916 or 4496185. OLE color: 4496185.

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

Color convert

RGB5715568-
CMYK0.6300.560.39
HSL126.73º46.23%41.57%-
HSV(B)126.73º63.23%60.78%-
XYZ14.4524.739.48-
YUV115.78101.0386.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 155 (60.94% from 255) = 55.36%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=20.36%
G=55.36%
B=24.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155680.6300.560.39126.7346.2341.57
Hex399B443F038277f2e2a
Octal7123310477070471775652
Binary11100110011011100010011111101110001001111111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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