Html Css Color HEX #389360 Eucalyptus

📋 copy color: '#389360'

red 56 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #389360

Tints of Eucalyptus #389360

RGB

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

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

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

R = 18.73%
G = 49.16%
B = 32.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#389360 (or 0x389360) is known color: Eucalyptus. HEX triplet: 38, 93 and 60. RGB value is (56,147,96). Sum of RGB (Red+Green+Blue) = 56+147+96=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #389360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389360 is #C76C9F. Grayscale: #727272. Windows color (decimal): -13069472 or 6329144. OLE color: 6329144.

HSL color Cylindrical-coordinate representation of color #389360: hue angle of 146.37º 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 #389360 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 96 -
CMYK 0.62 0 0.35 0.42
HSL 146.37º 0.45% 0.4% -
HSV(B) 146.37º 0.62% 0.58% -
XYZ 14.18 22.55 14.67 -
YUV 113.98 117.85 86.65 -
System Red Green Blue C M Y K H S L
Decimal 56 147 96 0.62 0 0.35 0.42 146.37 0.45 0.4
Hex 38 93 60 3E 0 23 2A 92 2D 28
Octal 70 223 140 76 0 43 52 222 55 50
Binary 111000 10010011 1100000 111110 0 100011 101010 10010010 101101 101000

Color Harmonies of #389360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389360

Black with #389360

Text Example


Text Example

White with #389360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389360; }

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

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

background-color css

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

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

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

border-color css

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

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

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