Html Css Color HEX #32947F Gossamer

📋 copy color: '#32947F'

red 50 ◦ green 148 ◦ blue 127

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

Shades of Gossamer #32947F

Tints of Gossamer #32947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 15.38%
G = 45.54%
B = 39.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#32947F (or 0x32947F) is known color: Gossamer. HEX triplet: 32, 94 and 7F. RGB value is (50,148,127). Sum of RGB (Red+Green+Blue) = 50+148+127=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #32947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32947F is #CD6B80. Grayscale: #747474. Windows color (decimal): -13462401 or 8361010. OLE color: 8361010.

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

Color convert

RGB 50 148 127 -
CMYK 0.66 0 0.14 0.42
HSL 167.14º 0.49% 0.39% -
HSV(B) 167.14º 0.66% 0.58% -
XYZ 15.74 23.39 23.76 -
YUV 116.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 50 148 127 0.66 0 0.14 0.42 167.14 0.49 0.39
Hex 32 94 7F 42 0 E 2A A7 31 27
Octal 62 224 177 102 0 16 52 247 61 47
Binary 110010 10010100 1111111 1000010 0 1110 101010 10100111 110001 100111

Color Harmonies of #32947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32947F

Black with #32947F

Text Example


Text Example

White with #32947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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