Html Css Color HEX #399241 Fruit Salad

📋 copy color: '#399241'

red 57 ◦ green 146 ◦ blue 65

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

Shades of Fruit Salad #399241

Tints of Fruit Salad #399241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 21.27%
G = 54.48%
B = 24.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#399241 (or 0x399241) is known color: Fruit Salad. HEX triplet: 39, 92 and 41. RGB value is (57,146,65). Sum of RGB (Red+Green+Blue) = 57+146+65=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #399241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399241 is #C66DBE. Grayscale: #6E6E6E. Windows color (decimal): -13004223 or 4297273. OLE color: 4297273.

HSL color Cylindrical-coordinate representation of color #399241: hue angle of 125.39º 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 #399241 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 146 65 -
CMYK 0.61 0 0.55 0.43
HSL 125.39º 0.44% 0.4% -
HSV(B) 125.39º 0.61% 0.57% -
XYZ 12.92 21.81 8.53 -
YUV 110.16 102.51 90.09 -
System Red Green Blue C M Y K H S L
Decimal 57 146 65 0.61 0 0.55 0.43 125.39 0.44 0.4
Hex 39 92 41 3D 0 37 2B 7D 2C 28
Octal 71 222 101 75 0 67 53 175 54 50
Binary 111001 10010010 1000001 111101 0 110111 101011 1111101 101100 101000

Color Harmonies of #399241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399241

Black with #399241

Text Example


Text Example

White with #399241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399241; }

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

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

background-color css

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

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

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

border-color css

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

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

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