Html Css Color HEX #389287 Gossamer

📋 copy color: '#389287'

red 56 ◦ green 146 ◦ blue 135

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

Shades of Gossamer #389287

Tints of Gossamer #389287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 16.62%
G = 43.32%
B = 40.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#389287 (or 0x389287) is known color: Gossamer. HEX triplet: 38, 92 and 87. RGB value is (56,146,135). Sum of RGB (Red+Green+Blue) = 56+146+135=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #389287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389287 is #C76D78. Grayscale: #757575. Windows color (decimal): -13069689 or 8884792. OLE color: 8884792.

HSL color Cylindrical-coordinate representation of color #389287: hue angle of 172.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389287 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 135 -
CMYK 0.62 0 0.08 0.43
HSL 172.67º 0.45% 0.4% -
HSV(B) 172.67º 0.62% 0.57% -
XYZ 16.28 23.15 26.53 -
YUV 117.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 56 146 135 0.62 0 0.08 0.43 172.67 0.45 0.4
Hex 38 92 87 3E 0 8 2B AD 2D 28
Octal 70 222 207 76 0 10 53 255 55 50
Binary 111000 10010010 10000111 111110 0 1000 101011 10101101 101101 101000

Color Harmonies of #389287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389287

Black with #389287

Text Example


Text Example

White with #389287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389287; }

 p { color: rgb(56,146,135); }

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

background-color css

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

 a { background-color: rgb(56,146,135); }

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

border-color css

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

 span { border-color: rgb(56,146,135); }

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