Html Css Color HEX #399F60 Eucalyptus

📋 copy color: '#399F60'

red 57 ◦ green 159 ◦ blue 96

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

Shades of Eucalyptus #399F60

Tints of Eucalyptus #399F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.96%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 18.27%
G = 50.96%
B = 30.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#399F60 (or 0x399F60) is known color: Eucalyptus. HEX triplet: 39, 9F and 60. RGB value is (57,159,96). Sum of RGB (Red+Green+Blue) = 57+159+96=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #399F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F60 is #C6609F. Grayscale: #797979. Windows color (decimal): -13000864 or 6332217. OLE color: 6332217.

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

Color convert

RGB 57 159 96 -
CMYK 0.64 0 0.40 0.38
HSL 142.94º 0.47% 0.42% -
HSV(B) 142.94º 0.64% 0.62% -
XYZ 16.2 26.51 15.33 -
YUV 121.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 57 159 96 0.64 0 0.40 0.38 142.94 0.47 0.42
Hex 39 9F 60 40 0 28 26 8F 2F 2A
Octal 71 237 140 100 0 50 46 217 57 52
Binary 111001 10011111 1100000 1000000 0 101000 100110 10001111 101111 101010

Color Harmonies of #399F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399F60

Black with #399F60

Text Example


Text Example

White with #399F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,159,96); }

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

background-color css

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

 a { background-color: rgb(57,159,96); }

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

border-color css

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

 span { border-color: rgb(57,159,96); }

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