Html Css Color HEX #349178 Gossamer

📋 copy color: '#349178'

red 52 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #349178

Tints of Gossamer #349178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 16.4%
G = 45.74%
B = 37.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#349178 (or 0x349178) is known color: Gossamer. HEX triplet: 34, 91 and 78. RGB value is (52,145,120). Sum of RGB (Red+Green+Blue) = 52+145+120=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #349178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349178 is #CB6E87. Grayscale: #727272. Windows color (decimal): -13332104 or 7901492. OLE color: 7901492.

HSL color Cylindrical-coordinate representation of color #349178: hue angle of 163.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349178 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 120 -
CMYK 0.64 0 0.17 0.43
HSL 163.87º 0.47% 0.39% -
HSV(B) 163.87º 0.64% 0.57% -
XYZ 14.93 22.34 21.29 -
YUV 114.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 52 145 120 0.64 0 0.17 0.43 163.87 0.47 0.39
Hex 34 91 78 40 0 11 2B A4 2F 27
Octal 64 221 170 100 0 21 53 244 57 47
Binary 110100 10010001 1111000 1000000 0 10001 101011 10100100 101111 100111

Color Harmonies of #349178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349178

Black with #349178

Text Example


Text Example

White with #349178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349178; }

 p { color: rgb(52,145,120); }

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

background-color css

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

 a { background-color: rgb(52,145,120); }

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

border-color css

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

 span { border-color: rgb(52,145,120); }

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