Html Css Color HEX #349681 Gossamer

📋 copy color: '#349681'

red 52 ◦ green 150 ◦ blue 129

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

Shades of Gossamer #349681

Tints of Gossamer #349681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 15.71%
G = 45.32%
B = 38.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#349681 (or 0x349681) is known color: Gossamer. HEX triplet: 34, 96 and 81. RGB value is (52,150,129). Sum of RGB (Red+Green+Blue) = 52+150+129=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #349681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349681 is #CB697E. Grayscale: #767676. Windows color (decimal): -13330815 or 8492596. OLE color: 8492596.

HSL color Cylindrical-coordinate representation of color #349681: hue angle of 167.14º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349681 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 129 -
CMYK 0.65 0 0.14 0.41
HSL 167.14º 0.49% 0.4% -
HSV(B) 167.14º 0.65% 0.59% -
XYZ 16.28 24.13 24.57 -
YUV 118.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 52 150 129 0.65 0 0.14 0.41 167.14 0.49 0.4
Hex 34 96 81 41 0 E 29 A7 31 28
Octal 64 226 201 101 0 16 51 247 61 50
Binary 110100 10010110 10000001 1000001 0 1110 101001 10100111 110001 101000

Color Harmonies of #349681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349681

Black with #349681

Text Example


Text Example

White with #349681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349681; }

 p { color: rgb(52,150,129); }

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

background-color css

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

 a { background-color: rgb(52,150,129); }

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

border-color css

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

 span { border-color: rgb(52,150,129); }

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