Html Css Color HEX #309874 Gossamer

📋 copy color: '#309874'

red 48 ◦ green 152 ◦ blue 116

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

Shades of Gossamer #309874

Tints of Gossamer #309874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 15.19%
G = 48.1%
B = 36.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#309874 (or 0x309874) is known color: Gossamer. HEX triplet: 30, 98 and 74. RGB value is (48,152,116). Sum of RGB (Red+Green+Blue) = 48+152+116=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #309874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309874 is #CF678B. Grayscale: #747474. Windows color (decimal): -13592460 or 7641136. OLE color: 7641136.

HSL color Cylindrical-coordinate representation of color #309874: hue angle of 159.23º 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 #309874 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 116 -
CMYK 0.68 0 0.24 0.40
HSL 159.23º 0.52% 0.39% -
HSV(B) 159.23º 0.68% 0.6% -
XYZ 15.6 24.35 20.4 -
YUV 116.8 127.54 78.93 -
System Red Green Blue C M Y K H S L
Decimal 48 152 116 0.68 0 0.24 0.40 159.23 0.52 0.39
Hex 30 98 74 44 0 18 28 9F 34 27
Octal 60 230 164 104 0 30 50 237 64 47
Binary 110000 10011000 1110100 1000100 0 11000 101000 10011111 110100 100111

Color Harmonies of #309874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309874

Black with #309874

Text Example


Text Example

White with #309874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309874; }

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

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

background-color css

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

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

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

border-color css

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

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

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