Html Css Color HEX #309876 Gossamer

📋 copy color: '#309876'

red 48 ◦ green 152 ◦ blue 118

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

Shades of Gossamer #309876

Tints of Gossamer #309876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 15.09%
G = 47.8%
B = 37.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#309876 (or 0x309876) is known color: Gossamer. HEX triplet: 30, 98 and 76. RGB value is (48,152,118). Sum of RGB (Red+Green+Blue) = 48+152+118=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #309876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309876 is #CF6789. Grayscale: #757575. Windows color (decimal): -13592458 or 7772208. OLE color: 7772208.

HSL color Cylindrical-coordinate representation of color #309876: hue angle of 160.38º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309876 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 118 -
CMYK 0.68 0 0.22 0.40
HSL 160.38º 0.52% 0.39% -
HSV(B) 160.38º 0.68% 0.6% -
XYZ 15.72 24.39 21.02 -
YUV 117.03 128.54 78.76 -
System Red Green Blue C M Y K H S L
Decimal 48 152 118 0.68 0 0.22 0.40 160.38 0.52 0.39
Hex 30 98 76 44 0 16 28 A0 34 27
Octal 60 230 166 104 0 26 50 240 64 47
Binary 110000 10011000 1110110 1000100 0 10110 101000 10100000 110100 100111

Color Harmonies of #309876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309876

Black with #309876

Text Example


Text Example

White with #309876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309876; }

 p { color: rgb(48,152,118); }

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

background-color css

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

 a { background-color: rgb(48,152,118); }

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

border-color css

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

 span { border-color: rgb(48,152,118); }

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