Html Css Color HEX #349781 Gossamer

📋 copy color: '#349781'

red 52 ◦ green 151 ◦ blue 129

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

Shades of Gossamer #349781

Tints of Gossamer #349781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 15.66%
G = 45.48%
B = 38.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#349781 (or 0x349781) is known color: Gossamer. HEX triplet: 34, 97 and 81. RGB value is (52,151,129). Sum of RGB (Red+Green+Blue) = 52+151+129=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #349781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349781 is #CB687E. Grayscale: #767676. Windows color (decimal): -13330559 or 8492852. OLE color: 8492852.

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

Color convert

RGB 52 151 129 -
CMYK 0.66 0 0.15 0.41
HSL 166.67º 0.49% 0.4% -
HSV(B) 166.67º 0.66% 0.59% -
XYZ 16.45 24.45 24.62 -
YUV 118.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 52 151 129 0.66 0 0.15 0.41 166.67 0.49 0.4
Hex 34 97 81 42 0 F 29 A7 31 28
Octal 64 227 201 102 0 17 51 247 61 50
Binary 110100 10010111 10000001 1000010 0 1111 101001 10100111 110001 101000

Color Harmonies of #349781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349781

Black with #349781

Text Example


Text Example

White with #349781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349781; }

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

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

background-color css

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

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

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

border-color css

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

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

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