#309B83

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

Shades of Gossamer #309B83

Tints of Gossamer #309B83

Color information

#309B83 (or 0x309B83) is unknown color: approx Gossamer. HEX triplet: 30, 9B and 83. RGB value is (48,155,131). Sum of RGB (Red+Green+Blue) = 48+155+131=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #309B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B83 is #CF647C. Grayscale: #787878. Windows color (decimal): -13591677 or 8624944. OLE color: 8624944.

HSL color Cylindrical-coordinate representation of color #309B83: hue angle of 166.54º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B83 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB48155131-
CMYK0.6900.150.39
HSL166.54º52.71%39.8%-
HSV(B)166.54º69.03%60.78%-
XYZ17.0425.7125.54-
YUV120.27134.0576.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=14.37%
G=46.41%
B=39.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551310.6900.150.39166.5452.7139.8
Hex309B83450F27a73528
Octal60233203105017472476550
Binary110000100110111000001110001010111110011110100111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B83; }

 p { color: rgb(48,155,131); }

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

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

 a { background-color: rgb(48,155,131); }

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

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

 span { border-color: rgb(48,155,131); }

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