#339983

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

Shades of Gossamer #339983

Tints of Gossamer #339983

Color information

#339983 (or 0x339983) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 83. RGB value is (51,153,131). Sum of RGB (Red+Green+Blue) = 51+153+131=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #339983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339983 is #CC667C. Grayscale: #777777. Windows color (decimal): -13395581 or 8624435. OLE color: 8624435.

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

Color convert

RGB51153131-
CMYK0.6700.140.4
HSL167.06º50%40%-
HSV(B)167.06º66.67%60%-
XYZ16.8525.1225.43-
YUV119.99134.2178.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=15.22%
G=45.67%
B=39.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531310.6700.140.4167.065040
Hex339983430E28a73228
Octal63231203103016502476250
Binary110011100110011000001110000110111010100010100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339983; }

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

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

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

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

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

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

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

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