Html Css Color HEX #389063 Eucalyptus

📋 copy color: '#389063'

red 56 ◦ green 144 ◦ blue 99

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

Shades of Eucalyptus #389063

Tints of Eucalyptus #389063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 18.73%
G = 48.16%
B = 33.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#389063 (or 0x389063) is known color: Eucalyptus. HEX triplet: 38, 90 and 63. RGB value is (56,144,99). Sum of RGB (Red+Green+Blue) = 56+144+99=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #389063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389063 is #C76F9C. Grayscale: #707070. Windows color (decimal): -13070237 or 6524984. OLE color: 6524984.

HSL color Cylindrical-coordinate representation of color #389063: hue angle of 149.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389063 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 99 -
CMYK 0.61 0 0.31 0.44
HSL 149.32º 0.44% 0.39% -
HSV(B) 149.32º 0.61% 0.56% -
XYZ 13.86 21.69 15.26 -
YUV 112.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 56 144 99 0.61 0 0.31 0.44 149.32 0.44 0.39
Hex 38 90 63 3D 0 1F 2C 95 2C 27
Octal 70 220 143 75 0 37 54 225 54 47
Binary 111000 10010000 1100011 111101 0 11111 101100 10010101 101100 100111

Color Harmonies of #389063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389063

Black with #389063

Text Example


Text Example

White with #389063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389063; }

 p { color: rgb(56,144,99); }

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

background-color css

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

 a { background-color: rgb(56,144,99); }

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

border-color css

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

 span { border-color: rgb(56,144,99); }

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