Html Css Color HEX #389361 Eucalyptus

📋 copy color: '#389361'

red 56 ◦ green 147 ◦ blue 97

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

Shades of Eucalyptus #389361

Tints of Eucalyptus #389361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 18.67%
G = 49%
B = 32.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#389361 (or 0x389361) is known color: Eucalyptus. HEX triplet: 38, 93 and 61. RGB value is (56,147,97). Sum of RGB (Red+Green+Blue) = 56+147+97=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #389361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389361 is #C76C9E. Grayscale: #727272. Windows color (decimal): -13069471 or 6394680. OLE color: 6394680.

HSL color Cylindrical-coordinate representation of color #389361: hue angle of 147.03º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389361 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 97 -
CMYK 0.62 0 0.34 0.42
HSL 147.03º 0.45% 0.4% -
HSV(B) 147.03º 0.62% 0.58% -
XYZ 14.22 22.57 14.92 -
YUV 114.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 56 147 97 0.62 0 0.34 0.42 147.03 0.45 0.4
Hex 38 93 61 3E 0 22 2A 93 2D 28
Octal 70 223 141 76 0 42 52 223 55 50
Binary 111000 10010011 1100001 111110 0 100010 101010 10010011 101101 101000

Color Harmonies of #389361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389361

Black with #389361

Text Example


Text Example

White with #389361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389361; }

 p { color: rgb(56,147,97); }

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

background-color css

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

 a { background-color: rgb(56,147,97); }

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

border-color css

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

 span { border-color: rgb(56,147,97); }

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