Html Css Color HEX #369876 Gossamer

📋 copy color: '#369876'

red 54 ◦ green 152 ◦ blue 118

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

Shades of Gossamer #369876

Tints of Gossamer #369876

RGB

 RED value IS 54 (21.48% from 255) = 16.67%

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

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

R = 16.67%
G = 46.91%
B = 36.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#369876 (or 0x369876) is known color: Gossamer. HEX triplet: 36, 98 and 76. RGB value is (54,152,118). Sum of RGB (Red+Green+Blue) = 54+152+118=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #369876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369876 is #C96789. Grayscale: #767676. Windows color (decimal): -13199242 or 7772214. OLE color: 7772214.

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

Color convert

RGB 54 152 118 -
CMYK 0.64 0 0.22 0.40
HSL 159.18º 0.48% 0.4% -
HSV(B) 159.18º 0.64% 0.6% -
XYZ 16.02 24.55 21.03 -
YUV 118.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 54 152 118 0.64 0 0.22 0.40 159.18 0.48 0.4
Hex 36 98 76 40 0 16 28 9F 30 28
Octal 66 230 166 100 0 26 50 237 60 50
Binary 110110 10011000 1110110 1000000 0 10110 101000 10011111 110000 101000

Color Harmonies of #369876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369876

Black with #369876

Text Example


Text Example

White with #369876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369876; }

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

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

background-color css

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

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

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

border-color css

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

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

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