Html Css Color HEX #389D6C Eucalyptus

📋 copy color: '#389D6C'

red 56 ◦ green 157 ◦ blue 108

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

Shades of Eucalyptus #389D6C

Tints of Eucalyptus #389D6C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.91%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 17.45%
G = 48.91%
B = 33.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#389D6C (or 0x389D6C) is known color: Eucalyptus. HEX triplet: 38, 9D and 6C. RGB value is (56,157,108). Sum of RGB (Red+Green+Blue) = 56+157+108=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #389D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D6C is #C76293. Grayscale: #797979. Windows color (decimal): -13066900 or 7118136. OLE color: 7118136.

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

Color convert

RGB 56 157 108 -
CMYK 0.64 0 0.31 0.38
HSL 150.89º 0.47% 0.42% -
HSV(B) 150.89º 0.64% 0.62% -
XYZ 16.39 26.04 18.35 -
YUV 121.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 56 157 108 0.64 0 0.31 0.38 150.89 0.47 0.42
Hex 38 9D 6C 40 0 1F 26 97 2F 2A
Octal 70 235 154 100 0 37 46 227 57 52
Binary 111000 10011101 1101100 1000000 0 11111 100110 10010111 101111 101010

Color Harmonies of #389D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D6C

Black with #389D6C

Text Example


Text Example

White with #389D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,108); }

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

background-color css

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

 a { background-color: rgb(56,157,108); }

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

border-color css

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

 span { border-color: rgb(56,157,108); }

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