Html Css Color HEX #389A72 Eucalyptus

📋 copy color: '#389A72'

red 56 ◦ green 154 ◦ blue 114

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

Shades of Eucalyptus #389A72

Tints of Eucalyptus #389A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 17.28%
G = 47.53%
B = 35.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#389A72 (or 0x389A72) is known color: Eucalyptus. HEX triplet: 38, 9A and 72. RGB value is (56,154,114). Sum of RGB (Red+Green+Blue) = 56+154+114=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #389A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A72 is #C7658D. Grayscale: #787878. Windows color (decimal): -13067662 or 7510584. OLE color: 7510584.

HSL color Cylindrical-coordinate representation of color #389A72: hue angle of 155.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A72 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 154 114 -
CMYK 0.64 0 0.26 0.40
HSL 155.51º 0.47% 0.41% -
HSV(B) 155.51º 0.64% 0.6% -
XYZ 16.22 25.17 19.92 -
YUV 120.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 56 154 114 0.64 0 0.26 0.40 155.51 0.47 0.41
Hex 38 9A 72 40 0 1A 28 9C 2F 29
Octal 70 232 162 100 0 32 50 234 57 51
Binary 111000 10011010 1110010 1000000 0 11010 101000 10011100 101111 101001

Color Harmonies of #389A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A72

Black with #389A72

Text Example


Text Example

White with #389A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389A72; }

 p { color: rgb(56,154,114); }

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

background-color css

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

 a { background-color: rgb(56,154,114); }

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

border-color css

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

 span { border-color: rgb(56,154,114); }

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