Html Css Color HEX #389369 Eucalyptus

📋 copy color: '#389369'

red 56 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #389369

Tints of Eucalyptus #389369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 18.18%
G = 47.73%
B = 34.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#389369 (or 0x389369) is known color: Eucalyptus. HEX triplet: 38, 93 and 69. RGB value is (56,147,105). Sum of RGB (Red+Green+Blue) = 56+147+105=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #389369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389369 is #C76C96. Grayscale: #737373. Windows color (decimal): -13069463 or 6918968. OLE color: 6918968.

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

Color convert

RGB 56 147 105 -
CMYK 0.62 0 0.29 0.42
HSL 152.31º 0.45% 0.4% -
HSV(B) 152.31º 0.62% 0.58% -
XYZ 14.61 22.73 16.98 -
YUV 115 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 56 147 105 0.62 0 0.29 0.42 152.31 0.45 0.4
Hex 38 93 69 3E 0 1D 2A 98 2D 28
Octal 70 223 151 76 0 35 52 230 55 50
Binary 111000 10010011 1101001 111110 0 11101 101010 10011000 101101 101000

Color Harmonies of #389369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389369

Black with #389369

Text Example


Text Example

White with #389369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389369; }

 p { color: rgb(56,147,105); }

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

background-color css

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

 a { background-color: rgb(56,147,105); }

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

border-color css

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

 span { border-color: rgb(56,147,105); }

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