Html Css Color HEX #389872 Eucalyptus

📋 copy color: '#389872'

red 56 ◦ green 152 ◦ blue 114

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

Shades of Eucalyptus #389872

Tints of Eucalyptus #389872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

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

R = 17.39%
G = 47.2%
B = 35.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#389872 (or 0x389872) is known color: Eucalyptus. HEX triplet: 38, 98 and 72. RGB value is (56,152,114). Sum of RGB (Red+Green+Blue) = 56+152+114=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #389872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389872 is #C7678D. Grayscale: #777777. Windows color (decimal): -13068174 or 7510072. OLE color: 7510072.

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

Color convert

RGB 56 152 114 -
CMYK 0.63 0 0.25 0.40
HSL 156.25º 0.46% 0.41% -
HSV(B) 156.25º 0.63% 0.6% -
XYZ 15.9 24.51 19.81 -
YUV 118.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 56 152 114 0.63 0 0.25 0.40 156.25 0.46 0.41
Hex 38 98 72 3F 0 19 28 9C 2E 29
Octal 70 230 162 77 0 31 50 234 56 51
Binary 111000 10011000 1110010 111111 0 11001 101000 10011100 101110 101001

Color Harmonies of #389872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389872

Black with #389872

Text Example


Text Example

White with #389872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389872; }

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

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

background-color css

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

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

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

border-color css

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

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

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