Html Css Color HEX #399A42 Fruit Salad

📋 copy color: '#399A42'

red 57 ◦ green 154 ◦ blue 66

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

Shades of Fruit Salad #399A42

Tints of Fruit Salad #399A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.6%

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

R = 20.58%
G = 55.6%
B = 23.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#399A42 (or 0x399A42) is known color: Fruit Salad. HEX triplet: 39, 9A and 42. RGB value is (57,154,66). Sum of RGB (Red+Green+Blue) = 57+154+66=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #399A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A42 is #C665BD. Grayscale: #737373. Windows color (decimal): -13002174 or 4364857. OLE color: 4364857.

HSL color Cylindrical-coordinate representation of color #399A42: hue angle of 125.57º 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 #399A42 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 66 -
CMYK 0.63 0 0.57 0.40
HSL 125.57º 0.46% 0.41% -
HSV(B) 125.57º 0.63% 0.6% -
XYZ 14.23 24.37 9.11 -
YUV 114.97 100.36 86.66 -
System Red Green Blue C M Y K H S L
Decimal 57 154 66 0.63 0 0.57 0.40 125.57 0.46 0.41
Hex 39 9A 42 3F 0 39 28 7E 2E 29
Octal 71 232 102 77 0 71 50 176 56 51
Binary 111001 10011010 1000010 111111 0 111001 101000 1111110 101110 101001

Color Harmonies of #399A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A42

Black with #399A42

Text Example


Text Example

White with #399A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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