Html Css Color HEX #389E6A Eucalyptus

📋 copy color: '#389E6A'

red 56 ◦ green 158 ◦ blue 106

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

Shades of Eucalyptus #389E6A

Tints of Eucalyptus #389E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.38%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 17.5%
G = 49.38%
B = 33.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#389E6A (or 0x389E6A) is known color: Eucalyptus. HEX triplet: 38, 9E and 6A. RGB value is (56,158,106). Sum of RGB (Red+Green+Blue) = 56+158+106=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #389E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E6A is #C76195. Grayscale: #797979. Windows color (decimal): -13066646 or 6987320. OLE color: 6987320.

HSL color Cylindrical-coordinate representation of color #389E6A: hue angle of 149.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E6A is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 158 106 -
CMYK 0.65 0 0.33 0.38
HSL 149.41º 0.48% 0.42% -
HSV(B) 149.41º 0.65% 0.62% -
XYZ 16.46 26.34 17.85 -
YUV 121.57 119.21 81.23 -
System Red Green Blue C M Y K H S L
Decimal 56 158 106 0.65 0 0.33 0.38 149.41 0.48 0.42
Hex 38 9E 6A 41 0 21 26 95 30 2A
Octal 70 236 152 101 0 41 46 225 60 52
Binary 111000 10011110 1101010 1000001 0 100001 100110 10010101 110000 101010

Color Harmonies of #389E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389E6A

Black with #389E6A

Text Example


Text Example

White with #389E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389E6A; }

 p { color: rgb(56,158,106); }

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

background-color css

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

 a { background-color: rgb(56,158,106); }

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

border-color css

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

 span { border-color: rgb(56,158,106); }

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