#309381

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

Shades of Gossamer #309381

Tints of Gossamer #309381

Color information

#309381 (or 0x309381) is unknown color: approx Gossamer. HEX triplet: 30, 93 and 81. RGB value is (48,147,129). Sum of RGB (Red+Green+Blue) = 48+147+129=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #309381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309381 is #CF6C7E. Grayscale: #737373. Windows color (decimal): -13593727 or 8491824. OLE color: 8491824.

HSL color Cylindrical-coordinate representation of color #309381: hue angle of 169.09º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309381 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB48147129-
CMYK0.6700.120.42
HSL169.09º50.77%38.24%-
HSV(B)169.09º67.35%57.65%-
XYZ15.6223.0824.4-
YUV115.35135.779.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=14.81%
G=45.37%
B=39.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471290.6700.120.42169.0950.7738.24
Hex309381430C2Aa93326
Octal60223201103014522516346
Binary110000100100111000000110000110110010101010101001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309381; }

 p { color: rgb(48,147,129); }

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

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

 a { background-color: rgb(48,147,129); }

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

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

 span { border-color: rgb(48,147,129); }

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