Html Css Color HEX #399942 Fruit Salad

📋 copy color: '#399942'

red 57 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #399942

Tints of Fruit Salad #399942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.43%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 20.65%
G = 55.43%
B = 23.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#399942 (or 0x399942) is known color: Fruit Salad. HEX triplet: 39, 99 and 42. RGB value is (57,153,66). Sum of RGB (Red+Green+Blue) = 57+153+66=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #399942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399942 is #C666BD. Grayscale: #727272. Windows color (decimal): -13002430 or 4364601. OLE color: 4364601.

HSL color Cylindrical-coordinate representation of color #399942: hue angle of 125.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399942 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 66 -
CMYK 0.63 0 0.57 0.4
HSL 125.63º 0.46% 0.41% -
HSV(B) 125.63º 0.63% 0.6% -
XYZ 14.06 24.05 9.05 -
YUV 114.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 57 153 66 0.63 0 0.57 0.4 125.63 0.46 0.41
Hex 39 99 42 3F 0 39 28 7E 2E 29
Octal 71 231 102 77 0 71 50 176 56 51
Binary 111001 10011001 1000010 111111 0 111001 101000 1111110 101110 101001

Color Harmonies of #399942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399942

Black with #399942

Text Example


Text Example

White with #399942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399942; }

 p { color: rgb(57,153,66); }

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

background-color css

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

 a { background-color: rgb(57,153,66); }

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

border-color css

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

 span { border-color: rgb(57,153,66); }

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