Html Css Color HEX #399C46 Fruit Salad

📋 copy color: '#399C46'

red 57 ◦ green 156 ◦ blue 70

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

Shades of Fruit Salad #399C46

Tints of Fruit Salad #399C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.12%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 20.14%
G = 55.12%
B = 24.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#399C46 (or 0x399C46) is known color: Fruit Salad. HEX triplet: 39, 9C and 46. RGB value is (57,156,70). Sum of RGB (Red+Green+Blue) = 57+156+70=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #399C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399C46 is #C663B9. Grayscale: #747474. Windows color (decimal): -13001658 or 4627513. OLE color: 4627513.

HSL color Cylindrical-coordinate representation of color #399C46: hue angle of 127.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C46 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 156 70 -
CMYK 0.63 0 0.55 0.39
HSL 127.88º 0.46% 0.42% -
HSV(B) 127.88º 0.63% 0.61% -
XYZ 14.68 25.09 9.86 -
YUV 116.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 57 156 70 0.63 0 0.55 0.39 127.88 0.46 0.42
Hex 39 9C 46 3F 0 37 27 80 2E 2A
Octal 71 234 106 77 0 67 47 200 56 52
Binary 111001 10011100 1000110 111111 0 110111 100111 10000000 101110 101010

Color Harmonies of #399C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399C46

Black with #399C46

Text Example


Text Example

White with #399C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399C46; }

 p { color: rgb(57,156,70); }

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

background-color css

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

 a { background-color: rgb(57,156,70); }

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

border-color css

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

 span { border-color: rgb(57,156,70); }

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