Html Css Color HEX #399A70 Eucalyptus

📋 copy color: '#399A70'

red 57 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #399A70

Tints of Eucalyptus #399A70

RGB

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

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

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

R = 17.65%
G = 47.68%
B = 34.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#399A70 (or 0x399A70) is known color: Eucalyptus. HEX triplet: 39, 9A and 70. RGB value is (57,154,112). Sum of RGB (Red+Green+Blue) = 57+154+112=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #399A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A70 is #C6658F. Grayscale: #787878. Windows color (decimal): -13002128 or 7379513. OLE color: 7379513.

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

Color convert

RGB 57 154 112 -
CMYK 0.63 0 0.27 0.40
HSL 154.02º 0.46% 0.41% -
HSV(B) 154.02º 0.63% 0.6% -
XYZ 16.17 25.15 19.33 -
YUV 120.21 123.36 82.92 -
System Red Green Blue C M Y K H S L
Decimal 57 154 112 0.63 0 0.27 0.40 154.02 0.46 0.41
Hex 39 9A 70 3F 0 1B 28 9A 2E 29
Octal 71 232 160 77 0 33 50 232 56 51
Binary 111001 10011010 1110000 111111 0 11011 101000 10011010 101110 101001

Color Harmonies of #399A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A70

Black with #399A70

Text Example


Text Example

White with #399A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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