Html Css Color HEX #349784 Gossamer

📋 copy color: '#349784'

red 52 ◦ green 151 ◦ blue 132

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

Shades of Gossamer #349784

Tints of Gossamer #349784

RGB

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

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

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

R = 15.52%
G = 45.07%
B = 39.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#349784 (or 0x349784) is known color: Gossamer. HEX triplet: 34, 97 and 84. RGB value is (52,151,132). Sum of RGB (Red+Green+Blue) = 52+151+132=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #349784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349784 is #CB687B. Grayscale: #777777. Windows color (decimal): -13330556 or 8689460. OLE color: 8689460.

HSL color Cylindrical-coordinate representation of color #349784: hue angle of 168.48º 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 #349784 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 132 -
CMYK 0.66 0 0.13 0.41
HSL 168.48º 0.49% 0.4% -
HSV(B) 168.48º 0.66% 0.59% -
XYZ 16.65 24.53 25.69 -
YUV 119.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 52 151 132 0.66 0 0.13 0.41 168.48 0.49 0.4
Hex 34 97 84 42 0 D 29 A8 31 28
Octal 64 227 204 102 0 15 51 250 61 50
Binary 110100 10010111 10000100 1000010 0 1101 101001 10101000 110001 101000

Color Harmonies of #349784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349784

Black with #349784

Text Example


Text Example

White with #349784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349784; }

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

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

background-color css

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

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

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

border-color css

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

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

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