Html Css Color HEX #32917B Gossamer

📋 copy color: '#32917B'

red 50 ◦ green 145 ◦ blue 123

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

Shades of Gossamer #32917B

Tints of Gossamer #32917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 15.72%
G = 45.6%
B = 38.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#32917B (or 0x32917B) is known color: Gossamer. HEX triplet: 32, 91 and 7B. RGB value is (50,145,123). Sum of RGB (Red+Green+Blue) = 50+145+123=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #32917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32917B is #CD6E84. Grayscale: #727272. Windows color (decimal): -13463173 or 8098098. OLE color: 8098098.

HSL color Cylindrical-coordinate representation of color #32917B: hue angle of 166.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32917B is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 123 -
CMYK 0.66 0 0.15 0.43
HSL 166.11º 0.49% 0.38% -
HSV(B) 166.11º 0.66% 0.57% -
XYZ 15.02 22.36 22.26 -
YUV 114.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 50 145 123 0.66 0 0.15 0.43 166.11 0.49 0.38
Hex 32 91 7B 42 0 F 2B A6 31 26
Octal 62 221 173 102 0 17 53 246 61 46
Binary 110010 10010001 1111011 1000010 0 1111 101011 10100110 110001 100110

Color Harmonies of #32917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32917B

Black with #32917B

Text Example


Text Example

White with #32917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32917B; }

 p { color: rgb(50,145,123); }

 H1.HeaderClassName
 {
   color: #32917B;
 }
 .AnyTagClassName
 {
   color: #32917B;
 }
</style>

background-color css

<style>
 a { background-color: #32917B; }

 a { background-color: rgb(50,145,123); }

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

border-color css

<style>
 span { border-color: #32917B; }

 span { border-color: rgb(50,145,123); }

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