Html Css Color HEX #349976 Gossamer

📋 copy color: '#349976'

red 52 ◦ green 153 ◦ blue 118

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

Shades of Gossamer #349976

Tints of Gossamer #349976

RGB

 RED value IS 52 (20.7% from 255) = 16.1%

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 16.1%
G = 47.37%
B = 36.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#349976 (or 0x349976) is known color: Gossamer. HEX triplet: 34, 99 and 76. RGB value is (52,153,118). Sum of RGB (Red+Green+Blue) = 52+153+118=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #349976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349976 is #CB6689. Grayscale: #767676. Windows color (decimal): -13330058 or 7772468. OLE color: 7772468.

HSL color Cylindrical-coordinate representation of color #349976: hue angle of 159.21º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349976 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 118 -
CMYK 0.66 0 0.23 0.4
HSL 159.21º 0.49% 0.4% -
HSV(B) 159.21º 0.66% 0.6% -
XYZ 16.08 24.82 21.08 -
YUV 118.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 52 153 118 0.66 0 0.23 0.4 159.21 0.49 0.4
Hex 34 99 76 42 0 17 28 9F 31 28
Octal 64 231 166 102 0 27 50 237 61 50
Binary 110100 10011001 1110110 1000010 0 10111 101000 10011111 110001 101000

Color Harmonies of #349976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349976

Black with #349976

Text Example


Text Example

White with #349976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349976; }

 p { color: rgb(52,153,118); }

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

background-color css

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

 a { background-color: rgb(52,153,118); }

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

border-color css

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

 span { border-color: rgb(52,153,118); }

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