#399D45

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

Shades of Fruit Salad #399D45

Tints of Fruit Salad #399D45

Color information

#399D45 (or 0x399D45) is unknown color: approx Fruit Salad. HEX triplet: 39, 9D and 45. RGB value is (57,157,69). Sum of RGB (Red+Green+Blue) = 57+157+69=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #399D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D45 is #C662BA. Grayscale: #757575. Windows color (decimal): -13001403 or 4562233. OLE color: 4562233.

HSL color Cylindrical-coordinate representation of color #399D45: hue angle of 127.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D45 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB5715769-
CMYK0.6400.560.38
HSL127.2º46.73%41.96%-
HSV(B)127.2º63.69%61.57%-
XYZ14.8225.419.75-
YUV117.07100.8785.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 157 (61.72% from 255) = 55.48%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=20.14%
G=55.48%
B=24.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57157690.6400.560.38127.246.7341.96
Hex399D4540038267f2f2a
Octal71235105100070461775752
Binary111001100111011000101100000001110001001101111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,157,69); }

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

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

 a { background-color: rgb(57,157,69); }

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

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

 span { border-color: rgb(57,157,69); }

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