Html Css Color HEX #389584 Gossamer

📋 copy color: '#389584'

red 56 ◦ green 149 ◦ blue 132

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

Shades of Gossamer #389584

Tints of Gossamer #389584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 16.62%
G = 44.21%
B = 39.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#389584 (or 0x389584) is known color: Gossamer. HEX triplet: 38, 95 and 84. RGB value is (56,149,132). Sum of RGB (Red+Green+Blue) = 56+149+132=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #389584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389584 is #C76A7B. Grayscale: #777777. Windows color (decimal): -13068924 or 8688952. OLE color: 8688952.

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

Color convert

RGB 56 149 132 -
CMYK 0.62 0 0.11 0.42
HSL 169.03º 0.45% 0.4% -
HSV(B) 169.03º 0.62% 0.58% -
XYZ 16.54 24 25.59 -
YUV 119.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 56 149 132 0.62 0 0.11 0.42 169.03 0.45 0.4
Hex 38 95 84 3E 0 B 2A A9 2D 28
Octal 70 225 204 76 0 13 52 251 55 50
Binary 111000 10010101 10000100 111110 0 1011 101010 10101001 101101 101000

Color Harmonies of #389584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389584

Black with #389584

Text Example


Text Example

White with #389584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389584; }

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

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

background-color css

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

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

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

border-color css

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

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

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