Html Css Color HEX #32947C Gossamer

📋 copy color: '#32947C'

red 50 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #32947C

Tints of Gossamer #32947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 15.53%
G = 45.96%
B = 38.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#32947C (or 0x32947C) is known color: Gossamer. HEX triplet: 32, 94 and 7C. RGB value is (50,148,124). Sum of RGB (Red+Green+Blue) = 50+148+124=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #32947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32947C is #CD6B83. Grayscale: #737373. Windows color (decimal): -13462404 or 8164402. OLE color: 8164402.

HSL color Cylindrical-coordinate representation of color #32947C: hue angle of 165.31º degrees, saturation: 0.49, 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 #32947C is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 124 -
CMYK 0.66 0 0.16 0.42
HSL 165.31º 0.49% 0.39% -
HSV(B) 165.31º 0.66% 0.58% -
XYZ 15.54 23.31 22.75 -
YUV 115.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 50 148 124 0.66 0 0.16 0.42 165.31 0.49 0.39
Hex 32 94 7C 42 0 10 2A A5 31 27
Octal 62 224 174 102 0 20 52 245 61 47
Binary 110010 10010100 1111100 1000010 0 10000 101010 10100101 110001 100111

Color Harmonies of #32947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32947C

Black with #32947C

Text Example


Text Example

White with #32947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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