#399242

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

Shades of Fruit Salad #399242

Tints of Fruit Salad #399242

Color information

#399242 (or 0x399242) is unknown color: approx Fruit Salad. HEX triplet: 39, 92 and 42. RGB value is (57,146,66). Sum of RGB (Red+Green+Blue) = 57+146+66=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #399242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399242 is #C66DBD. Grayscale: #6E6E6E. Windows color (decimal): -13004222 or 4362809. OLE color: 4362809.

HSL color Cylindrical-coordinate representation of color #399242: hue angle of 126.07º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399242 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5714666-
CMYK0.6100.550.43
HSL126.07º43.84%39.8%-
HSV(B)126.07º60.96%57.25%-
XYZ12.9521.828.68-
YUV110.27103.0190-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=21.19%
G=54.28%
B=24.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57146660.6100.550.43126.0743.8439.8
Hex3992423D0372B7e2c28
Octal7122210275067531765450
Binary11100110010010100001011110101101111010111111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399242; }

 p { color: rgb(57,146,66); }

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

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

 a { background-color: rgb(57,146,66); }

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

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

 span { border-color: rgb(57,146,66); }

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