Html Css Color HEX #389570 Eucalyptus

📋 copy color: '#389570'

red 56 ◦ green 149 ◦ blue 112

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

Shades of Eucalyptus #389570

Tints of Eucalyptus #389570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 17.67%
G = 47%
B = 35.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#389570 (or 0x389570) is known color: Eucalyptus. HEX triplet: 38, 95 and 70. RGB value is (56,149,112). Sum of RGB (Red+Green+Blue) = 56+149+112=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #389570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389570 is #C76A8F. Grayscale: #757575. Windows color (decimal): -13068944 or 7378232. OLE color: 7378232.

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

Color convert

RGB 56 149 112 -
CMYK 0.62 0 0.25 0.42
HSL 156.13º 0.45% 0.4% -
HSV(B) 156.13º 0.62% 0.58% -
XYZ 15.3 23.51 19.06 -
YUV 116.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 56 149 112 0.62 0 0.25 0.42 156.13 0.45 0.4
Hex 38 95 70 3E 0 19 2A 9C 2D 28
Octal 70 225 160 76 0 31 52 234 55 50
Binary 111000 10010101 1110000 111110 0 11001 101010 10011100 101101 101000

Color Harmonies of #389570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389570

Black with #389570

Text Example


Text Example

White with #389570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389570; }

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

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

background-color css

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

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

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

border-color css

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

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

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