Html Css Color HEX #389D5F Eucalyptus

📋 copy color: '#389D5F'

red 56 ◦ green 157 ◦ blue 95

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

Shades of Eucalyptus #389D5F

Tints of Eucalyptus #389D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 18.18%
G = 50.97%
B = 30.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#389D5F (or 0x389D5F) is known color: Eucalyptus. HEX triplet: 38, 9D and 5F. RGB value is (56,157,95). Sum of RGB (Red+Green+Blue) = 56+157+95=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #389D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D5F is #C762A0. Grayscale: #777777. Windows color (decimal): -13066913 or 6266168. OLE color: 6266168.

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

Color convert

RGB 56 157 95 -
CMYK 0.64 0 0.39 0.38
HSL 143.17º 0.47% 0.42% -
HSV(B) 143.17º 0.64% 0.62% -
XYZ 15.75 25.78 14.97 -
YUV 119.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 56 157 95 0.64 0 0.39 0.38 143.17 0.47 0.42
Hex 38 9D 5F 40 0 27 26 8F 2F 2A
Octal 70 235 137 100 0 47 46 217 57 52
Binary 111000 10011101 1011111 1000000 0 100111 100110 10001111 101111 101010

Color Harmonies of #389D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D5F

Black with #389D5F

Text Example


Text Example

White with #389D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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