Html Css Color HEX #389972 Eucalyptus

📋 copy color: '#389972'

red 56 ◦ green 153 ◦ blue 114

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

Shades of Eucalyptus #389972

Tints of Eucalyptus #389972

RGB

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

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

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

R = 17.34%
G = 47.37%
B = 35.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#389972 (or 0x389972) is known color: Eucalyptus. HEX triplet: 38, 99 and 72. RGB value is (56,153,114). Sum of RGB (Red+Green+Blue) = 56+153+114=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #389972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389972 is #C7668D. Grayscale: #777777. Windows color (decimal): -13067918 or 7510328. OLE color: 7510328.

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

Color convert

RGB 56 153 114 -
CMYK 0.63 0 0.25 0.4
HSL 155.88º 0.46% 0.41% -
HSV(B) 155.88º 0.63% 0.6% -
XYZ 16.06 24.84 19.87 -
YUV 119.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 56 153 114 0.63 0 0.25 0.4 155.88 0.46 0.41
Hex 38 99 72 3F 0 19 28 9C 2E 29
Octal 70 231 162 77 0 31 50 234 56 51
Binary 111000 10011001 1110010 111111 0 11001 101000 10011100 101110 101001

Color Harmonies of #389972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389972

Black with #389972

Text Example


Text Example

White with #389972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389972; }

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

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

background-color css

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

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

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

border-color css

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

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

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