Html Css Color HEX #32A589 Gossamer

📋 copy color: '#32A589'

red 50 ◦ green 165 ◦ blue 137

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

Shades of Gossamer #32A589

Tints of Gossamer #32A589

RGB

 RED value IS 50 (19.92% from 255) = 14.2%

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 14.2%
G = 46.88%
B = 38.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#32A589 (or 0x32A589) is known color: Gossamer. HEX triplet: 32, A5 and 89. RGB value is (50,165,137). Sum of RGB (Red+Green+Blue) = 50+165+137=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #32A589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A589 is #CD5A76. Grayscale: #7F7F7F. Windows color (decimal): -13458039 or 9020722. OLE color: 9020722.

HSL color Cylindrical-coordinate representation of color #32A589: hue angle of 165.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A589 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 165 137 -
CMYK 0.70 0 0.17 0.35
HSL 165.39º 0.53% 0.42% -
HSV(B) 165.39º 0.7% 0.65% -
XYZ 19.29 29.39 28.32 -
YUV 127.42 133.4 72.78 -
System Red Green Blue C M Y K H S L
Decimal 50 165 137 0.70 0 0.17 0.35 165.39 0.53 0.42
Hex 32 A5 89 46 0 11 23 A5 35 2A
Octal 62 245 211 106 0 21 43 245 65 52
Binary 110010 10100101 10001001 1000110 0 10001 100011 10100101 110101 101010

Color Harmonies of #32A589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A589

Black with #32A589

Text Example


Text Example

White with #32A589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A589; }

 p { color: rgb(50,165,137); }

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

background-color css

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

 a { background-color: rgb(50,165,137); }

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

border-color css

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

 span { border-color: rgb(50,165,137); }

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