Html Css Color HEX #34977F Gossamer

📋 copy color: '#34977F'

red 52 ◦ green 151 ◦ blue 127

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

Shades of Gossamer #34977F

Tints of Gossamer #34977F

RGB

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

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

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

R = 15.76%
G = 45.76%
B = 38.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#34977F (or 0x34977F) is known color: Gossamer. HEX triplet: 34, 97 and 7F. RGB value is (52,151,127). Sum of RGB (Red+Green+Blue) = 52+151+127=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #34977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34977F is #CB6880. Grayscale: #767676. Windows color (decimal): -13330561 or 8361780. OLE color: 8361780.

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

Color convert

RGB 52 151 127 -
CMYK 0.66 0 0.16 0.41
HSL 165.45º 0.49% 0.4% -
HSV(B) 165.45º 0.66% 0.59% -
XYZ 16.31 24.4 23.93 -
YUV 118.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 52 151 127 0.66 0 0.16 0.41 165.45 0.49 0.4
Hex 34 97 7F 42 0 10 29 A5 31 28
Octal 64 227 177 102 0 20 51 245 61 50
Binary 110100 10010111 1111111 1000010 0 10000 101001 10100101 110001 101000

Color Harmonies of #34977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34977F

Black with #34977F

Text Example


Text Example

White with #34977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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