Html Css Color HEX #389684 Gossamer

📋 copy color: '#389684'

red 56 ◦ green 150 ◦ blue 132

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

Shades of Gossamer #389684

Tints of Gossamer #389684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 16.57%
G = 44.38%
B = 39.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#389684 (or 0x389684) is known color: Gossamer. HEX triplet: 38, 96 and 84. RGB value is (56,150,132). Sum of RGB (Red+Green+Blue) = 56+150+132=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #389684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389684 is #C7697B. Grayscale: #777777. Windows color (decimal): -13068668 or 8689208. OLE color: 8689208.

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

Color convert

RGB 56 150 132 -
CMYK 0.63 0 0.12 0.41
HSL 168.51º 0.46% 0.4% -
HSV(B) 168.51º 0.63% 0.59% -
XYZ 16.7 24.32 25.64 -
YUV 119.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 56 150 132 0.63 0 0.12 0.41 168.51 0.46 0.4
Hex 38 96 84 3F 0 C 29 A9 2E 28
Octal 70 226 204 77 0 14 51 251 56 50
Binary 111000 10010110 10000100 111111 0 1100 101001 10101001 101110 101000

Color Harmonies of #389684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389684

Black with #389684

Text Example


Text Example

White with #389684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389684; }

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

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

background-color css

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

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

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

border-color css

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

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

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