#33967A

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

Shades of Gossamer #33967A

Tints of Gossamer #33967A

Color information

#33967A (or 0x33967A) is unknown color: approx Gossamer. HEX triplet: 33, 96 and 7A. RGB value is (51,150,122). Sum of RGB (Red+Green+Blue) = 51+150+122=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #33967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33967A is #CC6985. Grayscale: #757575. Windows color (decimal): -13396358 or 8033843. OLE color: 8033843.

HSL color Cylindrical-coordinate representation of color #33967A: hue angle of 163.03º 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 #33967A is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB51150122-
CMYK0.6600.190.41
HSL163.03º49.25%39.41%-
HSV(B)163.03º66%58.82%-
XYZ15.7823.9222.2-
YUV117.21130.780.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=15.79%
G=46.44%
B=37.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501220.6600.190.41163.0349.2539.41
Hex33967A4201329a33127
Octal63226172102023512436147
Binary110011100101101111010100001001001110100110100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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