Html Css Color HEX #389365 Eucalyptus

📋 copy color: '#389365'

red 56 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #389365

Tints of Eucalyptus #389365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 18.42%
G = 48.36%
B = 33.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#389365 (or 0x389365) is known color: Eucalyptus. HEX triplet: 38, 93 and 65. RGB value is (56,147,101). Sum of RGB (Red+Green+Blue) = 56+147+101=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #389365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389365 is #C76C9A. Grayscale: #727272. Windows color (decimal): -13069467 or 6656824. OLE color: 6656824.

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

Color convert

RGB 56 147 101 -
CMYK 0.62 0 0.31 0.42
HSL 149.67º 0.45% 0.4% -
HSV(B) 149.67º 0.62% 0.58% -
XYZ 14.41 22.65 15.92 -
YUV 114.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 56 147 101 0.62 0 0.31 0.42 149.67 0.45 0.4
Hex 38 93 65 3E 0 1F 2A 96 2D 28
Octal 70 223 145 76 0 37 52 226 55 50
Binary 111000 10010011 1100101 111110 0 11111 101010 10010110 101101 101000

Color Harmonies of #389365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389365

Black with #389365

Text Example


Text Example

White with #389365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389365; }

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

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

background-color css

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

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

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

border-color css

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

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

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