Html Css Color HEX #309D77 Gossamer

📋 copy color: '#309D77'

red 48 ◦ green 157 ◦ blue 119

#309D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #309D77

Tints of Gossamer #309D77

RGB

 RED value IS 48 (19.14% from 255) = 14.81%

 GREEN value IS 157 (61.72% from 255) = 48.46%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 14.81%
G = 48.46%
B = 36.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#309D77 (or 0x309D77) is known color: Gossamer. HEX triplet: 30, 9D and 77. RGB value is (48,157,119). Sum of RGB (Red+Green+Blue) = 48+157+119=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #309D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D77 is #CF6288. Grayscale: #787878. Windows color (decimal): -13591177 or 7839024. OLE color: 7839024.

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

Color convert

RGB 48 157 119 -
CMYK 0.69 0 0.24 0.38
HSL 159.08º 0.53% 0.4% -
HSV(B) 159.08º 0.69% 0.62% -
XYZ 16.61 26.07 21.61 -
YUV 120.08 127.39 76.59 -
System Red Green Blue C M Y K H S L
Decimal 48 157 119 0.69 0 0.24 0.38 159.08 0.53 0.4
Hex 30 9D 77 45 0 18 26 9F 35 28
Octal 60 235 167 105 0 30 46 237 65 50
Binary 110000 10011101 1110111 1000101 0 11000 100110 10011111 110101 101000

Color Harmonies of #309D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D77

Black with #309D77

Text Example


Text Example

White with #309D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #309D77;
 }
 .AnyTagClassName
 {
   color: #309D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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