Html Css Color HEX #34937C Gossamer

📋 copy color: '#34937C'

red 52 ◦ green 147 ◦ blue 124

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

Shades of Gossamer #34937C

Tints of Gossamer #34937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 16.1%
G = 45.51%
B = 38.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#34937C (or 0x34937C) is known color: Gossamer. HEX triplet: 34, 93 and 7C. RGB value is (52,147,124). Sum of RGB (Red+Green+Blue) = 52+147+124=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #34937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34937C is #CB6C83. Grayscale: #737373. Windows color (decimal): -13331588 or 8164148. OLE color: 8164148.

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

Color convert

RGB 52 147 124 -
CMYK 0.65 0 0.16 0.42
HSL 165.47º 0.48% 0.39% -
HSV(B) 165.47º 0.65% 0.58% -
XYZ 15.49 23.05 22.7 -
YUV 115.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 52 147 124 0.65 0 0.16 0.42 165.47 0.48 0.39
Hex 34 93 7C 41 0 10 2A A5 30 27
Octal 64 223 174 101 0 20 52 245 60 47
Binary 110100 10010011 1111100 1000001 0 10000 101010 10100101 110000 100111

Color Harmonies of #34937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34937C

Black with #34937C

Text Example


Text Example

White with #34937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34937C; }

 p { color: rgb(52,147,124); }

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

background-color css

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

 a { background-color: rgb(52,147,124); }

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

border-color css

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

 span { border-color: rgb(52,147,124); }

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