#33957A

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

Shades of Gossamer #33957A

Tints of Gossamer #33957A

Color information

#33957A (or 0x33957A) is unknown color: approx Gossamer. HEX triplet: 33, 95 and 7A. RGB value is (51,149,122). Sum of RGB (Red+Green+Blue) = 51+149+122=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #33957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33957A is #CC6A85. Grayscale: #747474. Windows color (decimal): -13396614 or 8033587. OLE color: 8033587.

HSL color Cylindrical-coordinate representation of color #33957A: hue angle of 163.47º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33957A is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB51149122-
CMYK0.6600.180.42
HSL163.47º49%39.22%-
HSV(B)163.47º65.77%58.43%-
XYZ15.6323.622.14-
YUV116.62131.0381.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=15.84%
G=46.27%
B=37.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511491220.6600.180.42163.474939.22
Hex33957A420122Aa33127
Octal63225172102022522436147
Binary110011100101011111010100001001001010101010100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33957A; }

 p { color: rgb(51,149,122); }

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

<style>
 a { background-color: #33957A; }

 a { background-color: rgb(51,149,122); }

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

<style>
 span { border-color: #33957A; }

 span { border-color: rgb(51,149,122); }

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