Html Css Color HEX #349477 Gossamer

📋 copy color: '#349477'

red 52 ◦ green 148 ◦ blue 119

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

Shades of Gossamer #349477

Tints of Gossamer #349477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 16.3%
G = 46.39%
B = 37.3%

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

#349477 (or 0x349477) is known color: Gossamer. HEX triplet: 34, 94 and 77. RGB value is (52,148,119). Sum of RGB (Red+Green+Blue) = 52+148+119=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #349477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349477 is #CB6B88. Grayscale: #747474. Windows color (decimal): -13331337 or 7836724. OLE color: 7836724.

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

Color convert

RGB 52 148 119 -
CMYK 0.65 0 0.20 0.42
HSL 161.88º 0.48% 0.39% -
HSV(B) 161.88º 0.65% 0.58% -
XYZ 15.34 23.24 21.13 -
YUV 115.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 52 148 119 0.65 0 0.20 0.42 161.88 0.48 0.39
Hex 34 94 77 41 0 14 2A A2 30 27
Octal 64 224 167 101 0 24 52 242 60 47
Binary 110100 10010100 1110111 1000001 0 10100 101010 10100010 110000 100111

Color Harmonies of #349477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349477

Black with #349477

Text Example


Text Example

White with #349477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349477; }

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

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

background-color css

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

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

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

border-color css

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

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

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