Html Css Color HEX #389680 Gossamer

📋 copy color: '#389680'

red 56 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #389680

Tints of Gossamer #389680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

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

R = 16.77%
G = 44.91%
B = 38.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#389680 (or 0x389680) is known color: Gossamer. HEX triplet: 38, 96 and 80. RGB value is (56,150,128). Sum of RGB (Red+Green+Blue) = 56+150+128=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #389680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389680 is #C7697F. Grayscale: #777777. Windows color (decimal): -13068672 or 8427064. OLE color: 8427064.

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

Color convert

RGB 56 150 128 -
CMYK 0.63 0 0.15 0.41
HSL 165.96º 0.46% 0.4% -
HSV(B) 165.96º 0.63% 0.59% -
XYZ 16.43 24.21 24.23 -
YUV 119.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 56 150 128 0.63 0 0.15 0.41 165.96 0.46 0.4
Hex 38 96 80 3F 0 F 29 A6 2E 28
Octal 70 226 200 77 0 17 51 246 56 50
Binary 111000 10010110 10000000 111111 0 1111 101001 10100110 101110 101000

Color Harmonies of #389680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389680

Black with #389680

Text Example


Text Example

White with #389680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389680; }

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

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

background-color css

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

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

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

border-color css

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

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

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