Html Css Color HEX #349575 Gossamer

📋 copy color: '#349575'

red 52 ◦ green 149 ◦ blue 117

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

Shades of Gossamer #349575

Tints of Gossamer #349575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 16.35%
G = 46.86%
B = 36.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#349575 (or 0x349575) is known color: Gossamer. HEX triplet: 34, 95 and 75. RGB value is (52,149,117). Sum of RGB (Red+Green+Blue) = 52+149+117=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #349575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349575 is #CB6A8A. Grayscale: #747474. Windows color (decimal): -13331083 or 7705908. OLE color: 7705908.

HSL color Cylindrical-coordinate representation of color #349575: hue angle of 160.21º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349575 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 117 -
CMYK 0.65 0 0.21 0.42
HSL 160.21º 0.48% 0.39% -
HSV(B) 160.21º 0.65% 0.58% -
XYZ 15.37 23.51 20.56 -
YUV 116.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 52 149 117 0.65 0 0.21 0.42 160.21 0.48 0.39
Hex 34 95 75 41 0 15 2A A0 30 27
Octal 64 225 165 101 0 25 52 240 60 47
Binary 110100 10010101 1110101 1000001 0 10101 101010 10100000 110000 100111

Color Harmonies of #349575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349575

Black with #349575

Text Example


Text Example

White with #349575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349575; }

 p { color: rgb(52,149,117); }

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

background-color css

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

 a { background-color: rgb(52,149,117); }

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

border-color css

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

 span { border-color: rgb(52,149,117); }

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