#33927E

Color #33927E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #33927E

Tints of Gossamer #33927E

Color information

#33927E (or 0x33927E) is unknown color: approx Gossamer. HEX triplet: 33, 92 and 7E. RGB value is (51,146,126). Sum of RGB (Red+Green+Blue) = 51+146+126=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #33927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33927E is #CC6D81. Grayscale: #737373. Windows color (decimal): -13397378 or 8294963. OLE color: 8294963.

HSL color Cylindrical-coordinate representation of color #33927E: hue angle of 167.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33927E is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB51146126-
CMYK0.6500.140.43
HSL167.37º48.22%38.63%-
HSV(B)167.37º65.07%57.25%-
XYZ15.4122.7723.32-
YUV115.32134.0382.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=15.79%
G=45.20%
B=39.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511461260.6500.140.43167.3748.2238.63
Hex33927E410E2Ba73027
Octal63222176101016532476047
Binary11001110010010111111010000010111010101110100111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33927E;
 }
 .AnyTagClassName
 {
   color: #33927E;
 }
</style>
background-color css

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

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

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

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

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

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