#33927C

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

Shades of Gossamer #33927C

Tints of Gossamer #33927C

Color information

#33927C (or 0x33927C) is unknown color: approx Gossamer. HEX triplet: 33, 92 and 7C. RGB value is (51,146,124). Sum of RGB (Red+Green+Blue) = 51+146+124=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #33927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33927C is #CC6D83. Grayscale: #737373. Windows color (decimal): -13397380 or 8163891. OLE color: 8163891.

HSL color Cylindrical-coordinate representation of color #33927C: hue angle of 166.11º 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 #33927C is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB51146124-
CMYK0.6500.150.43
HSL166.11º48.22%38.63%-
HSV(B)166.11º65.07%57.25%-
XYZ15.2822.7222.65-
YUV115.09133.0382.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=15.89%
G=45.48%
B=38.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511461240.6500.150.43166.1148.2238.63
Hex33927C410F2Ba63027
Octal63222174101017532466047
Binary11001110010010111110010000010111110101110100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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