Html Css Color HEX #34977C Gossamer

📋 copy color: '#34977C'

red 52 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #34977C

Tints of Gossamer #34977C

RGB

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

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

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

R = 15.9%
G = 46.18%
B = 37.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#34977C (or 0x34977C) is known color: Gossamer. HEX triplet: 34, 97 and 7C. RGB value is (52,151,124). Sum of RGB (Red+Green+Blue) = 52+151+124=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #34977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34977C is #CB6883. Grayscale: #767676. Windows color (decimal): -13330564 or 8165172. OLE color: 8165172.

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

Color convert

RGB 52 151 124 -
CMYK 0.66 0 0.18 0.41
HSL 163.64º 0.49% 0.4% -
HSV(B) 163.64º 0.66% 0.59% -
XYZ 16.12 24.32 22.91 -
YUV 118.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 52 151 124 0.66 0 0.18 0.41 163.64 0.49 0.4
Hex 34 97 7C 42 0 12 29 A4 31 28
Octal 64 227 174 102 0 22 51 244 61 50
Binary 110100 10010111 1111100 1000010 0 10010 101001 10100100 110001 101000

Color Harmonies of #34977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34977C

Black with #34977C

Text Example


Text Example

White with #34977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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