Html Css Color HEX #32957A Gossamer

📋 copy color: '#32957A'

red 50 ◦ green 149 ◦ blue 122

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

Shades of Gossamer #32957A

Tints of Gossamer #32957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 15.58%
G = 46.42%
B = 38.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#32957A (or 0x32957A) is known color: Gossamer. HEX triplet: 32, 95 and 7A. RGB value is (50,149,122). Sum of RGB (Red+Green+Blue) = 50+149+122=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #32957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32957A is #CD6A85. Grayscale: #747474. Windows color (decimal): -13462150 or 8033586. OLE color: 8033586.

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

Color convert

RGB 50 149 122 -
CMYK 0.66 0 0.18 0.42
HSL 163.64º 0.5% 0.39% -
HSV(B) 163.64º 0.66% 0.58% -
XYZ 15.58 23.58 22.14 -
YUV 116.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 50 149 122 0.66 0 0.18 0.42 163.64 0.5 0.39
Hex 32 95 7A 42 0 12 2A A4 32 27
Octal 62 225 172 102 0 22 52 244 62 47
Binary 110010 10010101 1111010 1000010 0 10010 101010 10100100 110010 100111

Color Harmonies of #32957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32957A

Black with #32957A

Text Example


Text Example

White with #32957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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