Html Css Color HEX #349181 Gossamer

📋 copy color: '#349181'

red 52 ◦ green 145 ◦ blue 129

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

Shades of Gossamer #349181

Tints of Gossamer #349181

RGB

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

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

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

R = 15.95%
G = 44.48%
B = 39.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#349181 (or 0x349181) is known color: Gossamer. HEX triplet: 34, 91 and 81. RGB value is (52,145,129). Sum of RGB (Red+Green+Blue) = 52+145+129=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #349181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349181 is #CB6E7E. Grayscale: #737373. Windows color (decimal): -13332095 or 8491316. OLE color: 8491316.

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

Color convert

RGB 52 145 129 -
CMYK 0.64 0 0.11 0.43
HSL 169.68º 0.47% 0.39% -
HSV(B) 169.68º 0.64% 0.57% -
XYZ 15.5 22.57 24.31 -
YUV 115.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 52 145 129 0.64 0 0.11 0.43 169.68 0.47 0.39
Hex 34 91 81 40 0 B 2B AA 2F 27
Octal 64 221 201 100 0 13 53 252 57 47
Binary 110100 10010001 10000001 1000000 0 1011 101011 10101010 101111 100111

Color Harmonies of #349181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349181

Black with #349181

Text Example


Text Example

White with #349181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349181; }

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

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

background-color css

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

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

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

border-color css

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

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

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