Html Css Color HEX #389873 Gossamer

📋 copy color: '#389873'

red 56 ◦ green 152 ◦ blue 115

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

Shades of Gossamer #389873

Tints of Gossamer #389873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 17.34%
G = 47.06%
B = 35.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#389873 (or 0x389873) is known color: Gossamer. HEX triplet: 38, 98 and 73. RGB value is (56,152,115). Sum of RGB (Red+Green+Blue) = 56+152+115=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #389873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389873 is #C7678C. Grayscale: #777777. Windows color (decimal): -13068173 or 7575608. OLE color: 7575608.

HSL color Cylindrical-coordinate representation of color #389873: hue angle of 156.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389873 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 115 -
CMYK 0.63 0 0.24 0.40
HSL 156.88º 0.46% 0.41% -
HSV(B) 156.88º 0.63% 0.6% -
XYZ 15.95 24.54 20.11 -
YUV 119.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 56 152 115 0.63 0 0.24 0.40 156.88 0.46 0.41
Hex 38 98 73 3F 0 18 28 9D 2E 29
Octal 70 230 163 77 0 30 50 235 56 51
Binary 111000 10011000 1110011 111111 0 11000 101000 10011101 101110 101001

Color Harmonies of #389873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389873

Black with #389873

Text Example


Text Example

White with #389873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389873; }

 p { color: rgb(56,152,115); }

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

background-color css

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

 a { background-color: rgb(56,152,115); }

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

border-color css

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

 span { border-color: rgb(56,152,115); }

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