Html Css Color HEX #32987D Gossamer

📋 copy color: '#32987D'

red 50 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #32987D

Tints of Gossamer #32987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 15.29%
G = 46.48%
B = 38.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#32987D (or 0x32987D) is known color: Gossamer. HEX triplet: 32, 98 and 7D. RGB value is (50,152,125). Sum of RGB (Red+Green+Blue) = 50+152+125=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #32987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32987D is #CD6782. Grayscale: #767676. Windows color (decimal): -13461379 or 8230962. OLE color: 8230962.

HSL color Cylindrical-coordinate representation of color #32987D: hue angle of 164.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32987D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 125 -
CMYK 0.67 0 0.18 0.40
HSL 164.12º 0.5% 0.4% -
HSV(B) 164.12º 0.67% 0.6% -
XYZ 16.25 24.62 23.3 -
YUV 118.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 50 152 125 0.67 0 0.18 0.40 164.12 0.5 0.4
Hex 32 98 7D 43 0 12 28 A4 32 28
Octal 62 230 175 103 0 22 50 244 62 50
Binary 110010 10011000 1111101 1000011 0 10010 101000 10100100 110010 101000

Color Harmonies of #32987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32987D

Black with #32987D

Text Example


Text Example

White with #32987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32987D; }

 p { color: rgb(50,152,125); }

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

background-color css

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

 a { background-color: rgb(50,152,125); }

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

border-color css

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

 span { border-color: rgb(50,152,125); }

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