Html Css Color HEX #309C77 Gossamer

📋 copy color: '#309C77'

red 48 ◦ green 156 ◦ blue 119

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

Shades of Gossamer #309C77

Tints of Gossamer #309C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.3%

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

R = 14.86%
G = 48.3%
B = 36.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#309C77 (or 0x309C77) is known color: Gossamer. HEX triplet: 30, 9C and 77. RGB value is (48,156,119). Sum of RGB (Red+Green+Blue) = 48+156+119=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #309C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C77 is #CF6388. Grayscale: #777777. Windows color (decimal): -13591433 or 7838768. OLE color: 7838768.

HSL color Cylindrical-coordinate representation of color #309C77: hue angle of 159.44º 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 #309C77 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 119 -
CMYK 0.69 0 0.24 0.39
HSL 159.44º 0.53% 0.4% -
HSV(B) 159.44º 0.69% 0.61% -
XYZ 16.44 25.74 21.55 -
YUV 119.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 48 156 119 0.69 0 0.24 0.39 159.44 0.53 0.4
Hex 30 9C 77 45 0 18 27 9F 35 28
Octal 60 234 167 105 0 30 47 237 65 50
Binary 110000 10011100 1110111 1000101 0 11000 100111 10011111 110101 101000

Color Harmonies of #309C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C77

Black with #309C77

Text Example


Text Example

White with #309C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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