Html Css Color HEX #309B78 Gossamer

📋 copy color: '#309B78'

red 48 ◦ green 155 ◦ blue 120

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

Shades of Gossamer #309B78

Tints of Gossamer #309B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.99%

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 14.86%
G = 47.99%
B = 37.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#309B78 (or 0x309B78) is known color: Gossamer. HEX triplet: 30, 9B and 78. RGB value is (48,155,120). Sum of RGB (Red+Green+Blue) = 48+155+120=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #309B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B78 is #CF6487. Grayscale: #777777. Windows color (decimal): -13591688 or 7904048. OLE color: 7904048.

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

Color convert

RGB 48 155 120 -
CMYK 0.69 0 0.23 0.39
HSL 160.37º 0.53% 0.4% -
HSV(B) 160.37º 0.69% 0.61% -
XYZ 16.33 25.43 21.82 -
YUV 119.02 128.55 77.35 -
System Red Green Blue C M Y K H S L
Decimal 48 155 120 0.69 0 0.23 0.39 160.37 0.53 0.4
Hex 30 9B 78 45 0 17 27 A0 35 28
Octal 60 233 170 105 0 27 47 240 65 50
Binary 110000 10011011 1111000 1000101 0 10111 100111 10100000 110101 101000

Color Harmonies of #309B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B78

Black with #309B78

Text Example


Text Example

White with #309B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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