Html Css Color HEX #389458 Eucalyptus

📋 copy color: '#389458'

red 56 ◦ green 148 ◦ blue 88

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

Shades of Eucalyptus #389458

Tints of Eucalyptus #389458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 19.18%
G = 50.68%
B = 30.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#389458 (or 0x389458) is known color: Eucalyptus. HEX triplet: 38, 94 and 58. RGB value is (56,148,88). Sum of RGB (Red+Green+Blue) = 56+148+88=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #389458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389458 is #C76BA7. Grayscale: #717171. Windows color (decimal): -13069224 or 5805112. OLE color: 5805112.

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

Color convert

RGB 56 148 88 -
CMYK 0.62 0 0.41 0.42
HSL 140.87º 0.45% 0.4% -
HSV(B) 140.87º 0.62% 0.58% -
XYZ 13.98 22.73 12.88 -
YUV 113.65 113.52 86.88 -
System Red Green Blue C M Y K H S L
Decimal 56 148 88 0.62 0 0.41 0.42 140.87 0.45 0.4
Hex 38 94 58 3E 0 29 2A 8D 2D 28
Octal 70 224 130 76 0 51 52 215 55 50
Binary 111000 10010100 1011000 111110 0 101001 101010 10001101 101101 101000

Color Harmonies of #389458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389458

Black with #389458

Text Example


Text Example

White with #389458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389458; }

 p { color: rgb(56,148,88); }

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

background-color css

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

 a { background-color: rgb(56,148,88); }

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

border-color css

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

 span { border-color: rgb(56,148,88); }

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