Html Css Color HEX #399242 Fruit Salad

📋 copy color: '#399242'

red 57 ◦ green 146 ◦ blue 66

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

Shades of Fruit Salad #399242

Tints of Fruit Salad #399242

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 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

#399242 (or 0x399242) is known color: 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

RGB 57 146 66 -
CMYK 0.61 0 0.55 0.43
HSL 126.07º 0.44% 0.4% -
HSV(B) 126.07º 0.61% 0.57% -
XYZ 12.95 21.82 8.68 -
YUV 110.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 57 146 66 0.61 0 0.55 0.43 126.07 0.44 0.4
Hex 39 92 42 3D 0 37 2B 7E 2C 28
Octal 71 222 102 75 0 67 53 176 54 50
Binary 111001 10010010 1000010 111101 0 110111 101011 1111110 101100 101000

Color Harmonies of #399242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399242

Black with #399242

Text Example


Text Example

White with #399242

Text Example


Text Example

HTML Codes & Css Web 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>