Html Css Color HEX #389180 Gossamer

📋 copy color: '#389180'

red 56 ◦ green 145 ◦ blue 128

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

Shades of Gossamer #389180

Tints of Gossamer #389180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 17.02%
G = 44.07%
B = 38.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#389180 (or 0x389180) is known color: Gossamer. HEX triplet: 38, 91 and 80. RGB value is (56,145,128). Sum of RGB (Red+Green+Blue) = 56+145+128=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #389180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389180 is #C76E7F. Grayscale: #747474. Windows color (decimal): -13069952 or 8425784. OLE color: 8425784.

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

Color convert

RGB 56 145 128 -
CMYK 0.61 0 0.12 0.43
HSL 168.54º 0.44% 0.39% -
HSV(B) 168.54º 0.61% 0.57% -
XYZ 15.65 22.65 23.97 -
YUV 116.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 56 145 128 0.61 0 0.12 0.43 168.54 0.44 0.39
Hex 38 91 80 3D 0 C 2B A9 2C 27
Octal 70 221 200 75 0 14 53 251 54 47
Binary 111000 10010001 10000000 111101 0 1100 101011 10101001 101100 100111

Color Harmonies of #389180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389180

Black with #389180

Text Example


Text Example

White with #389180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389180; }

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

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

background-color css

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

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

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

border-color css

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

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

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