Html Css Color HEX #349484 Gossamer

📋 copy color: '#349484'

red 52 ◦ green 148 ◦ blue 132

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

Shades of Gossamer #349484

Tints of Gossamer #349484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 15.66%
G = 44.58%
B = 39.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#349484 (or 0x349484) is known color: Gossamer. HEX triplet: 34, 94 and 84. RGB value is (52,148,132). Sum of RGB (Red+Green+Blue) = 52+148+132=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #349484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349484 is #CB6B7B. Grayscale: #757575. Windows color (decimal): -13331324 or 8688692. OLE color: 8688692.

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

Color convert

RGB 52 148 132 -
CMYK 0.65 0 0.11 0.42
HSL 170º 0.48% 0.39% -
HSV(B) 170º 0.65% 0.58% -
XYZ 16.17 23.58 25.53 -
YUV 117.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 52 148 132 0.65 0 0.11 0.42 170 0.48 0.39
Hex 34 94 84 41 0 B 2A AA 30 27
Octal 64 224 204 101 0 13 52 252 60 47
Binary 110100 10010100 10000100 1000001 0 1011 101010 10101010 110000 100111

Color Harmonies of #349484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349484

Black with #349484

Text Example


Text Example

White with #349484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349484; }

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

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

background-color css

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

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

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

border-color css

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

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

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