#399042

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

Shades of Fruit Salad #399042

Tints of Fruit Salad #399042

Color information

#399042 (or 0x399042) is unknown color: approx Fruit Salad. HEX triplet: 39, 90 and 42. RGB value is (57,144,66). Sum of RGB (Red+Green+Blue) = 57+144+66=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #399042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399042 is #C66FBD. Grayscale: #6D6D6D. Windows color (decimal): -13004734 or 4362297. OLE color: 4362297.

HSL color Cylindrical-coordinate representation of color #399042: hue angle of 126.21º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399042 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB5714466-
CMYK0.6000.540.44
HSL126.21º43.28%39.41%-
HSV(B)126.21º60.42%56.47%-
XYZ12.6421.218.58-
YUV109.1103.6890.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 144 (56.64% from 255) = 53.93%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=21.35%
G=53.93%
B=24.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144660.6000.540.44126.2143.2839.41
Hex3990423C0362C7e2b27
Octal7122010274066541765347
Binary11100110010000100001011110001101101011001111110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399042; }

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

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

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

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

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

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

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

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