Html Css Color HEX #32A583 Gossamer

📋 copy color: '#32A583'

red 50 ◦ green 165 ◦ blue 131

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

Shades of Gossamer #32A583

Tints of Gossamer #32A583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 14.45%
G = 47.69%
B = 37.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#32A583 (or 0x32A583) is known color: Gossamer. HEX triplet: 32, A5 and 83. RGB value is (50,165,131). Sum of RGB (Red+Green+Blue) = 50+165+131=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #32A583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A583 is #CD5A7C. Grayscale: #7E7E7E. Windows color (decimal): -13458045 or 8627506. OLE color: 8627506.

HSL color Cylindrical-coordinate representation of color #32A583: hue angle of 162.26º 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 #32A583 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 165 131 -
CMYK 0.70 0 0.21 0.35
HSL 162.26º 0.53% 0.42% -
HSV(B) 162.26º 0.7% 0.65% -
XYZ 18.87 29.23 26.12 -
YUV 126.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 50 165 131 0.70 0 0.21 0.35 162.26 0.53 0.42
Hex 32 A5 83 46 0 15 23 A2 35 2A
Octal 62 245 203 106 0 25 43 242 65 52
Binary 110010 10100101 10000011 1000110 0 10101 100011 10100010 110101 101010

Color Harmonies of #32A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A583

Black with #32A583

Text Example


Text Example

White with #32A583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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