Html Css Color HEX #32A57B Gossamer

📋 copy color: '#32A57B'

red 50 ◦ green 165 ◦ blue 123

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

Shades of Gossamer #32A57B

Tints of Gossamer #32A57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

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

R = 14.79%
G = 48.82%
B = 36.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#32A57B (or 0x32A57B) is known color: Gossamer. HEX triplet: 32, A5 and 7B. RGB value is (50,165,123). Sum of RGB (Red+Green+Blue) = 50+165+123=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #32A57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A57B is #CD5A84. Grayscale: #7D7D7D. Windows color (decimal): -13458053 or 8103218. OLE color: 8103218.

HSL color Cylindrical-coordinate representation of color #32A57B: hue angle of 158.09º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A57B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 165 123 -
CMYK 0.70 0 0.25 0.35
HSL 158.09º 0.53% 0.42% -
HSV(B) 158.09º 0.7% 0.65% -
XYZ 18.35 29.02 23.37 -
YUV 125.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 50 165 123 0.70 0 0.25 0.35 158.09 0.53 0.42
Hex 32 A5 7B 46 0 19 23 9E 35 2A
Octal 62 245 173 106 0 31 43 236 65 52
Binary 110010 10100101 1111011 1000110 0 11001 100011 10011110 110101 101010

Color Harmonies of #32A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A57B

Black with #32A57B

Text Example


Text Example

White with #32A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A57B; }

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

 H1.HeaderClassName
 {
   color: #32A57B;
 }
 .AnyTagClassName
 {
   color: #32A57B;
 }
</style>

background-color css

<style>
 a { background-color: #32A57B; }

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

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

border-color css

<style>
 span { border-color: #32A57B; }

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

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