Html Css Color HEX #399160 Eucalyptus

📋 copy color: '#399160'

red 57 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #399160

Tints of Eucalyptus #399160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.66%

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

R = 19.13%
G = 48.66%
B = 32.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#399160 (or 0x399160) is known color: Eucalyptus. HEX triplet: 39, 91 and 60. RGB value is (57,145,96). Sum of RGB (Red+Green+Blue) = 57+145+96=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #399160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399160 is #C66E9F. Grayscale: #717171. Windows color (decimal): -13004448 or 6328633. OLE color: 6328633.

HSL color Cylindrical-coordinate representation of color #399160: hue angle of 146.59º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399160 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 96 -
CMYK 0.61 0 0.34 0.43
HSL 146.59º 0.44% 0.4% -
HSV(B) 146.59º 0.61% 0.57% -
XYZ 13.92 21.97 14.57 -
YUV 113.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 57 145 96 0.61 0 0.34 0.43 146.59 0.44 0.4
Hex 39 91 60 3D 0 22 2B 93 2C 28
Octal 71 221 140 75 0 42 53 223 54 50
Binary 111001 10010001 1100000 111101 0 100010 101011 10010011 101100 101000

Color Harmonies of #399160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399160

Black with #399160

Text Example


Text Example

White with #399160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399160; }

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

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

background-color css

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

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

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

border-color css

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

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

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