#33967F

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

Shades of Gossamer #33967F

Tints of Gossamer #33967F

Color information

#33967F (or 0x33967F) is unknown color: approx Gossamer. HEX triplet: 33, 96 and 7F. RGB value is (51,150,127). Sum of RGB (Red+Green+Blue) = 51+150+127=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #33967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33967F is #CC6980. Grayscale: #757575. Windows color (decimal): -13396353 or 8361523. OLE color: 8361523.

HSL color Cylindrical-coordinate representation of color #33967F: hue angle of 166.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33967F is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB51150127-
CMYK0.6600.150.41
HSL166.06º49.25%39.41%-
HSV(B)166.06º66%58.82%-
XYZ16.124.0523.87-
YUV117.78133.280.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 127 (50% from 255) = 38.72%
R=15.55%
G=45.73%
B=38.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501270.6600.150.41166.0649.2539.41
Hex33967F420F29a63127
Octal63226177102017512466147
Binary11001110010110111111110000100111110100110100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33967F; }

 p { color: rgb(51,150,127); }

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

<style>
 a { background-color: #33967F; }

 a { background-color: rgb(51,150,127); }

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

<style>
 span { border-color: #33967F; }

 span { border-color: rgb(51,150,127); }

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