Html Css Color HEX #389560 Eucalyptus

📋 copy color: '#389560'

red 56 ◦ green 149 ◦ blue 96

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

Shades of Eucalyptus #389560

Tints of Eucalyptus #389560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 18.6%
G = 49.5%
B = 31.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#389560 (or 0x389560) is known color: Eucalyptus. HEX triplet: 38, 95 and 60. RGB value is (56,149,96). Sum of RGB (Red+Green+Blue) = 56+149+96=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #389560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389560 is #C76A9F. Grayscale: #737373. Windows color (decimal): -13068960 or 6329656. OLE color: 6329656.

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

Color convert

RGB 56 149 96 -
CMYK 0.62 0 0.36 0.42
HSL 145.81º 0.45% 0.4% -
HSV(B) 145.81º 0.62% 0.58% -
XYZ 14.49 23.18 14.78 -
YUV 115.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 56 149 96 0.62 0 0.36 0.42 145.81 0.45 0.4
Hex 38 95 60 3E 0 24 2A 92 2D 28
Octal 70 225 140 76 0 44 52 222 55 50
Binary 111000 10010101 1100000 111110 0 100100 101010 10010010 101101 101000

Color Harmonies of #389560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389560

Black with #389560

Text Example


Text Example

White with #389560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389560; }

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

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

background-color css

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

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

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

border-color css

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

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

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