Html Css Color HEX #389160 Eucalyptus

📋 copy color: '#389160'

red 56 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #389160

Tints of Eucalyptus #389160

RGB

 RED value IS 56 (22.27% from 255) = 18.86%

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

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

R = 18.86%
G = 48.82%
B = 32.32%

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

#389160 (or 0x389160) is known color: Eucalyptus. HEX triplet: 38, 91 and 60. RGB value is (56,145,96). Sum of RGB (Red+Green+Blue) = 56+145+96=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #389160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389160 is #C76E9F. Grayscale: #707070. Windows color (decimal): -13069984 or 6328632. OLE color: 6328632.

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

Color convert

RGB 56 145 96 -
CMYK 0.61 0 0.34 0.43
HSL 146.97º 0.44% 0.39% -
HSV(B) 146.97º 0.61% 0.57% -
XYZ 13.87 21.94 14.57 -
YUV 112.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 56 145 96 0.61 0 0.34 0.43 146.97 0.44 0.39
Hex 38 91 60 3D 0 22 2B 93 2C 27
Octal 70 221 140 75 0 42 53 223 54 47
Binary 111000 10010001 1100000 111101 0 100010 101011 10010011 101100 100111

Color Harmonies of #389160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389160

Black with #389160

Text Example


Text Example

White with #389160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389160; }

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

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

background-color css

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

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

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

border-color css

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

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

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