Html Css Color HEX #389060 Eucalyptus

📋 copy color: '#389060'

red 56 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #389060

Tints of Eucalyptus #389060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.65%

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

R = 18.92%
G = 48.65%
B = 32.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#389060 (or 0x389060) is known color: Eucalyptus. HEX triplet: 38, 90 and 60. RGB value is (56,144,96). Sum of RGB (Red+Green+Blue) = 56+144+96=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #389060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389060 is #C76F9F. Grayscale: #707070. Windows color (decimal): -13070240 or 6328376. OLE color: 6328376.

HSL color Cylindrical-coordinate representation of color #389060: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389060 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 96 -
CMYK 0.61 0 0.33 0.44
HSL 147.27º 0.44% 0.39% -
HSV(B) 147.27º 0.61% 0.56% -
XYZ 13.72 21.63 14.52 -
YUV 112.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 56 144 96 0.61 0 0.33 0.44 147.27 0.44 0.39
Hex 38 90 60 3D 0 21 2C 93 2C 27
Octal 70 220 140 75 0 41 54 223 54 47
Binary 111000 10010000 1100000 111101 0 100001 101100 10010011 101100 100111

Color Harmonies of #389060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389060

Black with #389060

Text Example


Text Example

White with #389060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389060; }

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

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

background-color css

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

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

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

border-color css

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

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

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