Html Css Color HEX #34957F Gossamer

📋 copy color: '#34957F'

red 52 ◦ green 149 ◦ blue 127

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

Shades of Gossamer #34957F

Tints of Gossamer #34957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 15.85%
G = 45.43%
B = 38.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#34957F (or 0x34957F) is known color: Gossamer. HEX triplet: 34, 95 and 7F. RGB value is (52,149,127). Sum of RGB (Red+Green+Blue) = 52+149+127=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #34957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957F is #CB6A80. Grayscale: #757575. Windows color (decimal): -13331073 or 8361268. OLE color: 8361268.

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

Color convert

RGB 52 149 127 -
CMYK 0.65 0 0.15 0.42
HSL 166.39º 0.48% 0.39% -
HSV(B) 166.39º 0.65% 0.58% -
XYZ 15.99 23.76 23.82 -
YUV 117.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 52 149 127 0.65 0 0.15 0.42 166.39 0.48 0.39
Hex 34 95 7F 41 0 F 2A A6 30 27
Octal 64 225 177 101 0 17 52 246 60 47
Binary 110100 10010101 1111111 1000001 0 1111 101010 10100110 110000 100111

Color Harmonies of #34957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34957F

Black with #34957F

Text Example


Text Example

White with #34957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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