Html Css Color HEX #389364 Eucalyptus

📋 copy color: '#389364'

red 56 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #389364

Tints of Eucalyptus #389364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 18.48%
G = 48.51%
B = 33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#389364 (or 0x389364) is known color: Eucalyptus. HEX triplet: 38, 93 and 64. RGB value is (56,147,100). Sum of RGB (Red+Green+Blue) = 56+147+100=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #389364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389364 is #C76C9B. Grayscale: #727272. Windows color (decimal): -13069468 or 6591288. OLE color: 6591288.

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

Color convert

RGB 56 147 100 -
CMYK 0.62 0 0.32 0.42
HSL 149.01º 0.45% 0.4% -
HSV(B) 149.01º 0.62% 0.58% -
XYZ 14.36 22.63 15.67 -
YUV 114.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 56 147 100 0.62 0 0.32 0.42 149.01 0.45 0.4
Hex 38 93 64 3E 0 20 2A 95 2D 28
Octal 70 223 144 76 0 40 52 225 55 50
Binary 111000 10010011 1100100 111110 0 100000 101010 10010101 101101 101000

Color Harmonies of #389364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389364

Black with #389364

Text Example


Text Example

White with #389364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389364; }

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

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

background-color css

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

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

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

border-color css

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

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

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