#399B3D

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

Shades of Fruit Salad #399B3D

Tints of Fruit Salad #399B3D

Color information

#399B3D (or 0x399B3D) is unknown color: approx Fruit Salad. HEX triplet: 39, 9B and 3D. RGB value is (57,155,61). Sum of RGB (Red+Green+Blue) = 57+155+61=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #399B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B3D is #C664C2. Grayscale: #737373. Windows color (decimal): -13001923 or 4037433. OLE color: 4037433.

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

Color convert

RGB5715561-
CMYK0.6300.610.39
HSL122.45º46.23%41.57%-
HSV(B)122.45º63.23%60.78%-
XYZ14.2524.658.42-
YUV114.9897.5386.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=20.88%
G=56.78%
B=22.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155610.6300.610.39122.4546.2341.57
Hex399B3D3F03D277a2e2a
Octal712337577075471725652
Binary1110011001101111110111111101111011001111111010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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