#33997F

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

Shades of Gossamer #33997F

Tints of Gossamer #33997F

Color information

#33997F (or 0x33997F) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 7F. RGB value is (51,153,127). Sum of RGB (Red+Green+Blue) = 51+153+127=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #33997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33997F is #CC6680. Grayscale: #777777. Windows color (decimal): -13395585 or 8362291. OLE color: 8362291.

HSL color Cylindrical-coordinate representation of color #33997F: hue angle of 164.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33997F is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB51153127-
CMYK0.6700.170.4
HSL164.71º50%40%-
HSV(B)164.71º66.67%60%-
XYZ16.5925.0224.03-
YUV119.54132.2179.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 127 (50% from 255) = 38.37%
R=15.41%
G=46.22%
B=38.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531270.6700.170.4164.715040
Hex33997F4301128a53228
Octal63231177103021502456250
Binary110011100110011111111100001101000110100010100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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