Html Css Color HEX #389970 Eucalyptus

📋 copy color: '#389970'

red 56 ◦ green 153 ◦ blue 112

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

Shades of Eucalyptus #389970

Tints of Eucalyptus #389970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 17.45%
G = 47.66%
B = 34.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#389970 (or 0x389970) is known color: Eucalyptus. HEX triplet: 38, 99 and 70. RGB value is (56,153,112). Sum of RGB (Red+Green+Blue) = 56+153+112=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #389970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389970 is #C7668F. Grayscale: #777777. Windows color (decimal): -13067920 or 7379256. OLE color: 7379256.

HSL color Cylindrical-coordinate representation of color #389970: hue angle of 154.64º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389970 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 112 -
CMYK 0.63 0 0.27 0.4
HSL 154.64º 0.46% 0.41% -
HSV(B) 154.64º 0.63% 0.6% -
XYZ 15.95 24.79 19.27 -
YUV 119.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 56 153 112 0.63 0 0.27 0.4 154.64 0.46 0.41
Hex 38 99 70 3F 0 1B 28 9B 2E 29
Octal 70 231 160 77 0 33 50 233 56 51
Binary 111000 10011001 1110000 111111 0 11011 101000 10011011 101110 101001

Color Harmonies of #389970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389970

Black with #389970

Text Example


Text Example

White with #389970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389970; }

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

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

background-color css

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

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

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

border-color css

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

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

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