Html Css Color HEX #399F70 Eucalyptus

📋 copy color: '#399F70'

red 57 ◦ green 159 ◦ blue 112

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

Shades of Eucalyptus #399F70

Tints of Eucalyptus #399F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 17.38%
G = 48.48%
B = 34.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#399F70 (or 0x399F70) is known color: Eucalyptus. HEX triplet: 39, 9F and 70. RGB value is (57,159,112). Sum of RGB (Red+Green+Blue) = 57+159+112=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #399F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F70 is #C6608F. Grayscale: #7B7B7B. Windows color (decimal): -13000848 or 7380793. OLE color: 7380793.

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

Color convert

RGB 57 159 112 -
CMYK 0.64 0 0.30 0.38
HSL 152.35º 0.47% 0.42% -
HSV(B) 152.35º 0.64% 0.62% -
XYZ 17.01 26.84 19.61 -
YUV 123.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 57 159 112 0.64 0 0.30 0.38 152.35 0.47 0.42
Hex 39 9F 70 40 0 1E 26 98 2F 2A
Octal 71 237 160 100 0 36 46 230 57 52
Binary 111001 10011111 1110000 1000000 0 11110 100110 10011000 101111 101010

Color Harmonies of #399F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399F70

Black with #399F70

Text Example


Text Example

White with #399F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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