Html Css Color HEX #399D40 Fruit Salad

📋 copy color: '#399D40'

red 57 ◦ green 157 ◦ blue 64

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

Shades of Fruit Salad #399D40

Tints of Fruit Salad #399D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.47%

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

R = 20.5%
G = 56.47%
B = 23.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#399D40 (or 0x399D40) is known color: Fruit Salad. HEX triplet: 39, 9D and 40. RGB value is (57,157,64). Sum of RGB (Red+Green+Blue) = 57+157+64=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #399D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D40 is #C662BF. Grayscale: #747474. Windows color (decimal): -13001408 or 4234553. OLE color: 4234553.

HSL color Cylindrical-coordinate representation of color #399D40: hue angle of 124.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D40 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 64 -
CMYK 0.64 0 0.59 0.38
HSL 124.2º 0.47% 0.42% -
HSV(B) 124.2º 0.64% 0.62% -
XYZ 14.67 25.35 8.97 -
YUV 116.5 98.37 85.56 -
System Red Green Blue C M Y K H S L
Decimal 57 157 64 0.64 0 0.59 0.38 124.2 0.47 0.42
Hex 39 9D 40 40 0 3B 26 7C 2F 2A
Octal 71 235 100 100 0 73 46 174 57 52
Binary 111001 10011101 1000000 1000000 0 111011 100110 1111100 101111 101010

Color Harmonies of #399D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D40

Black with #399D40

Text Example


Text Example

White with #399D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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