#33997D

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

Shades of Gossamer #33997D

Tints of Gossamer #33997D

Color information

#33997D (or 0x33997D) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 7D. RGB value is (51,153,125). Sum of RGB (Red+Green+Blue) = 51+153+125=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #33997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33997D is #CC6682. Grayscale: #777777. Windows color (decimal): -13395587 or 8231219. OLE color: 8231219.

HSL color Cylindrical-coordinate representation of color #33997D: hue angle of 163.53º 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 #33997D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB51153125-
CMYK0.6700.180.4
HSL163.53º50%40%-
HSV(B)163.53º66.67%60%-
XYZ16.4624.9723.35-
YUV119.31131.2179.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=15.50%
G=46.50%
B=37.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531250.6700.180.4163.535040
Hex33997D4301228a43228
Octal63231175103022502446250
Binary110011100110011111101100001101001010100010100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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