Html Css Color HEX #349476 Gossamer

📋 copy color: '#349476'

red 52 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #349476

Tints of Gossamer #349476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 16.35%
G = 46.54%
B = 37.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#349476 (or 0x349476) is known color: Gossamer. HEX triplet: 34, 94 and 76. RGB value is (52,148,118). Sum of RGB (Red+Green+Blue) = 52+148+118=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #349476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349476 is #CB6B89. Grayscale: #737373. Windows color (decimal): -13331338 or 7771188. OLE color: 7771188.

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

Color convert

RGB 52 148 118 -
CMYK 0.65 0 0.20 0.42
HSL 161.25º 0.48% 0.39% -
HSV(B) 161.25º 0.65% 0.58% -
XYZ 15.28 23.22 20.82 -
YUV 115.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 52 148 118 0.65 0 0.20 0.42 161.25 0.48 0.39
Hex 34 94 76 41 0 14 2A A1 30 27
Octal 64 224 166 101 0 24 52 241 60 47
Binary 110100 10010100 1110110 1000001 0 10100 101010 10100001 110000 100111

Color Harmonies of #349476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349476

Black with #349476

Text Example


Text Example

White with #349476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349476; }

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

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

background-color css

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

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

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

border-color css

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

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

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