Html Css Color HEX #33957E Gossamer

📋 copy color: '#33957E'

red 51 ◦ green 149 ◦ blue 126

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

Shades of Gossamer #33957E

Tints of Gossamer #33957E

RGB

 RED value IS 51 (20.31% from 255) = 15.64%

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 15.64%
G = 45.71%
B = 38.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#33957E (or 0x33957E) is known color: Gossamer. HEX triplet: 33, 95 and 7E. RGB value is (51,149,126). Sum of RGB (Red+Green+Blue) = 51+149+126=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #33957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33957E is #CC6A81. Grayscale: #757575. Windows color (decimal): -13396610 or 8295731. OLE color: 8295731.

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

Color convert

RGB 51 149 126 -
CMYK 0.66 0 0.15 0.42
HSL 165.92º 0.49% 0.39% -
HSV(B) 165.92º 0.66% 0.58% -
XYZ 15.88 23.71 23.48 -
YUV 117.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 51 149 126 0.66 0 0.15 0.42 165.92 0.49 0.39
Hex 33 95 7E 42 0 F 2A A6 31 27
Octal 63 225 176 102 0 17 52 246 61 47
Binary 110011 10010101 1111110 1000010 0 1111 101010 10100110 110001 100111

Color Harmonies of #33957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33957E

Black with #33957E

Text Example


Text Example

White with #33957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33957E; }

 p { color: rgb(51,149,126); }

 H1.HeaderClassName
 {
   color: #33957E;
 }
 .AnyTagClassName
 {
   color: #33957E;
 }
</style>

background-color css

<style>
 a { background-color: #33957E; }

 a { background-color: rgb(51,149,126); }

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

border-color css

<style>
 span { border-color: #33957E; }

 span { border-color: rgb(51,149,126); }

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