Html Css Color HEX #34957E Gossamer

📋 copy color: '#34957E'

red 52 ◦ green 149 ◦ blue 126

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

Shades of Gossamer #34957E

Tints of Gossamer #34957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 15.9%
G = 45.57%
B = 38.53%

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

#34957E (or 0x34957E) is known color: Gossamer. HEX triplet: 34, 95 and 7E. RGB value is (52,149,126). Sum of RGB (Red+Green+Blue) = 52+149+126=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #34957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957E is #CB6A81. Grayscale: #757575. Windows color (decimal): -13331074 or 8295732. OLE color: 8295732.

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

Color convert

RGB 52 149 126 -
CMYK 0.65 0 0.15 0.42
HSL 165.77º 0.48% 0.39% -
HSV(B) 165.77º 0.65% 0.58% -
XYZ 15.93 23.73 23.48 -
YUV 117.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 52 149 126 0.65 0 0.15 0.42 165.77 0.48 0.39
Hex 34 95 7E 41 0 F 2A A6 30 27
Octal 64 225 176 101 0 17 52 246 60 47
Binary 110100 10010101 1111110 1000001 0 1111 101010 10100110 110000 100111

Color Harmonies of #34957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34957E

Black with #34957E

Text Example


Text Example

White with #34957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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