Html Css Color HEX #32957C Gossamer

📋 copy color: '#32957C'

red 50 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #32957C

Tints of Gossamer #32957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 15.48%
G = 46.13%
B = 38.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#32957C (or 0x32957C) is known color: Gossamer. HEX triplet: 32, 95 and 7C. RGB value is (50,149,124). Sum of RGB (Red+Green+Blue) = 50+149+124=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #32957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32957C is #CD6A83. Grayscale: #747474. Windows color (decimal): -13462148 or 8164658. OLE color: 8164658.

HSL color Cylindrical-coordinate representation of color #32957C: hue angle of 164.85º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32957C is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 124 -
CMYK 0.66 0 0.17 0.42
HSL 164.85º 0.5% 0.39% -
HSV(B) 164.85º 0.66% 0.58% -
XYZ 15.7 23.63 22.8 -
YUV 116.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 50 149 124 0.66 0 0.17 0.42 164.85 0.5 0.39
Hex 32 95 7C 42 0 11 2A A5 32 27
Octal 62 225 174 102 0 21 52 245 62 47
Binary 110010 10010101 1111100 1000010 0 10001 101010 10100101 110010 100111

Color Harmonies of #32957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32957C

Black with #32957C

Text Example


Text Example

White with #32957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32957C; }

 p { color: rgb(50,149,124); }

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

background-color css

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

 a { background-color: rgb(50,149,124); }

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

border-color css

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

 span { border-color: rgb(50,149,124); }

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