Html Css Color HEX #399F64 Eucalyptus

📋 copy color: '#399F64'

red 57 ◦ green 159 ◦ blue 100

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

Shades of Eucalyptus #399F64

Tints of Eucalyptus #399F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 18.04%
G = 50.32%
B = 31.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#399F64 (or 0x399F64) is known color: Eucalyptus. HEX triplet: 39, 9F and 64. RGB value is (57,159,100). Sum of RGB (Red+Green+Blue) = 57+159+100=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #399F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F64 is #C6609B. Grayscale: #797979. Windows color (decimal): -13000860 or 6594361. OLE color: 6594361.

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

Color convert

RGB 57 159 100 -
CMYK 0.64 0 0.37 0.38
HSL 145.29º 0.47% 0.42% -
HSV(B) 145.29º 0.64% 0.62% -
XYZ 16.39 26.59 16.32 -
YUV 121.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 57 159 100 0.64 0 0.37 0.38 145.29 0.47 0.42
Hex 39 9F 64 40 0 25 26 91 2F 2A
Octal 71 237 144 100 0 45 46 221 57 52
Binary 111001 10011111 1100100 1000000 0 100101 100110 10010001 101111 101010

Color Harmonies of #399F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399F64

Black with #399F64

Text Example


Text Example

White with #399F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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