Html Css Color HEX #399040 Fruit Salad

📋 copy color: '#399040'

red 57 ◦ green 144 ◦ blue 64

#399040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #399040

Tints of Fruit Salad #399040

RGB

 RED value IS 57 (22.66% from 255) = 21.51%

 GREEN value IS 144 (56.64% from 255) = 54.34%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 21.51%
G = 54.34%
B = 24.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#399040 (or 0x399040) is known color: Fruit Salad. HEX triplet: 39, 90 and 40. RGB value is (57,144,64). Sum of RGB (Red+Green+Blue) = 57+144+64=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #399040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399040 is #C66FBF. Grayscale: #6D6D6D. Windows color (decimal): -13004736 or 4231225. OLE color: 4231225.

HSL color Cylindrical-coordinate representation of color #399040: hue angle of 124.83º 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 #399040 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 144 64 -
CMYK 0.60 0 0.56 0.44
HSL 124.83º 0.43% 0.39% -
HSV(B) 124.83º 0.6% 0.56% -
XYZ 12.59 21.19 8.28 -
YUV 108.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 57 144 64 0.60 0 0.56 0.44 124.83 0.43 0.39
Hex 39 90 40 3C 0 38 2C 7D 2B 27
Octal 71 220 100 74 0 70 54 175 53 47
Binary 111001 10010000 1000000 111100 0 111000 101100 1111101 101011 100111

Color Harmonies of #399040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399040

Black with #399040

Text Example


Text Example

White with #399040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399040; }

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

 H1.HeaderClassName
 {
   color: #399040;
 }
 .AnyTagClassName
 {
   color: #399040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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