#309077

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

Shades of Gossamer #309077

Tints of Gossamer #309077

Color information

#309077 (or 0x309077) is unknown color: approx Gossamer. HEX triplet: 30, 90 and 77. RGB value is (48,144,119). Sum of RGB (Red+Green+Blue) = 48+144+119=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #309077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309077 is #CF6F88. Grayscale: #707070. Windows color (decimal): -13594505 or 7835696. OLE color: 7835696.

HSL color Cylindrical-coordinate representation of color #309077: hue angle of 164.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309077 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB48144119-
CMYK0.6700.170.44
HSL164.38º50%37.65%-
HSV(B)164.38º66.67%56.47%-
XYZ14.5221.9120.92-
YUV112.45131.782.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=15.43%
G=46.30%
B=38.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441190.6700.170.44164.385037.65
Hex309077430112Ca43226
Octal60220167103021542446246
Binary110000100100001110111100001101000110110010100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309077; }

 p { color: rgb(48,144,119); }

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

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

 a { background-color: rgb(48,144,119); }

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

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

 span { border-color: rgb(48,144,119); }

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