Html Css Color HEX #349879 Gossamer

📋 copy color: '#349879'

red 52 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #349879

Tints of Gossamer #349879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 16%
G = 46.77%
B = 37.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#349879 (or 0x349879) is known color: Gossamer. HEX triplet: 34, 98 and 79. RGB value is (52,152,121). Sum of RGB (Red+Green+Blue) = 52+152+121=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #349879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349879 is #CB6786. Grayscale: #767676. Windows color (decimal): -13330311 or 7968820. OLE color: 7968820.

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

Color convert

RGB 52 152 121 -
CMYK 0.66 0 0.20 0.40
HSL 161.4º 0.49% 0.4% -
HSV(B) 161.4º 0.66% 0.6% -
XYZ 16.1 24.57 21.98 -
YUV 118.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 52 152 121 0.66 0 0.20 0.40 161.4 0.49 0.4
Hex 34 98 79 42 0 14 28 A1 31 28
Octal 64 230 171 102 0 24 50 241 61 50
Binary 110100 10011000 1111001 1000010 0 10100 101000 10100001 110001 101000

Color Harmonies of #349879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349879

Black with #349879

Text Example


Text Example

White with #349879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349879; }

 p { color: rgb(52,152,121); }

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

background-color css

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

 a { background-color: rgb(52,152,121); }

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

border-color css

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

 span { border-color: rgb(52,152,121); }

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