Html Css Color HEX #389165 Eucalyptus

📋 copy color: '#389165'

red 56 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #389165

Tints of Eucalyptus #389165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.01%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 18.54%
G = 48.01%
B = 33.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#389165 (or 0x389165) is known color: Eucalyptus. HEX triplet: 38, 91 and 65. RGB value is (56,145,101). Sum of RGB (Red+Green+Blue) = 56+145+101=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #389165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389165 is #C76E9A. Grayscale: #717171. Windows color (decimal): -13069979 or 6656312. OLE color: 6656312.

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

Color convert

RGB 56 145 101 -
CMYK 0.61 0 0.30 0.43
HSL 150.34º 0.44% 0.39% -
HSV(B) 150.34º 0.61% 0.57% -
XYZ 14.11 22.03 15.82 -
YUV 113.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 56 145 101 0.61 0 0.30 0.43 150.34 0.44 0.39
Hex 38 91 65 3D 0 1E 2B 96 2C 27
Octal 70 221 145 75 0 36 53 226 54 47
Binary 111000 10010001 1100101 111101 0 11110 101011 10010110 101100 100111

Color Harmonies of #389165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389165

Black with #389165

Text Example


Text Example

White with #389165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389165; }

 p { color: rgb(56,145,101); }

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

background-color css

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

 a { background-color: rgb(56,145,101); }

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

border-color css

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

 span { border-color: rgb(56,145,101); }

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