Html Css Color HEX #34937F Gossamer

📋 copy color: '#34937F'

red 52 ◦ green 147 ◦ blue 127

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

Shades of Gossamer #34937F

Tints of Gossamer #34937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 15.95%
G = 45.09%
B = 38.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#34937F (or 0x34937F) is known color: Gossamer. HEX triplet: 34, 93 and 7F. RGB value is (52,147,127). Sum of RGB (Red+Green+Blue) = 52+147+127=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #34937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34937F is #CB6C80. Grayscale: #747474. Windows color (decimal): -13331585 or 8360756. OLE color: 8360756.

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

Color convert

RGB 52 147 127 -
CMYK 0.65 0 0.14 0.42
HSL 167.37º 0.48% 0.39% -
HSV(B) 167.37º 0.65% 0.58% -
XYZ 15.68 23.13 23.72 -
YUV 116.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 52 147 127 0.65 0 0.14 0.42 167.37 0.48 0.39
Hex 34 93 7F 41 0 E 2A A7 30 27
Octal 64 223 177 101 0 16 52 247 60 47
Binary 110100 10010011 1111111 1000001 0 1110 101010 10100111 110000 100111

Color Harmonies of #34937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34937F

Black with #34937F

Text Example


Text Example

White with #34937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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