Html Css Color HEX #389168 Eucalyptus

📋 copy color: '#389168'

red 56 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #389168

Tints of Eucalyptus #389168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 18.36%
G = 47.54%
B = 34.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#389168 (or 0x389168) is known color: Eucalyptus. HEX triplet: 38, 91 and 68. RGB value is (56,145,104). Sum of RGB (Red+Green+Blue) = 56+145+104=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #389168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389168 is #C76E97. Grayscale: #717171. Windows color (decimal): -13069976 or 6852920. OLE color: 6852920.

HSL color Cylindrical-coordinate representation of color #389168: hue angle of 152.36º 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 #389168 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 104 -
CMYK 0.61 0 0.28 0.43
HSL 152.36º 0.44% 0.39% -
HSV(B) 152.36º 0.61% 0.57% -
XYZ 14.25 22.09 16.61 -
YUV 113.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 56 145 104 0.61 0 0.28 0.43 152.36 0.44 0.39
Hex 38 91 68 3D 0 1C 2B 98 2C 27
Octal 70 221 150 75 0 34 53 230 54 47
Binary 111000 10010001 1101000 111101 0 11100 101011 10011000 101100 100111

Color Harmonies of #389168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389168

Black with #389168

Text Example


Text Example

White with #389168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389168; }

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

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

background-color css

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

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

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

border-color css

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

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

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