Html Css Color HEX #34917C Gossamer

📋 copy color: '#34917C'

red 52 ◦ green 145 ◦ blue 124

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

Shades of Gossamer #34917C

Tints of Gossamer #34917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 16.2%
G = 45.17%
B = 38.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#34917C (or 0x34917C) is known color: Gossamer. HEX triplet: 34, 91 and 7C. RGB value is (52,145,124). Sum of RGB (Red+Green+Blue) = 52+145+124=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #34917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34917C is #CB6E83. Grayscale: #727272. Windows color (decimal): -13332100 or 8163636. OLE color: 8163636.

HSL color Cylindrical-coordinate representation of color #34917C: hue angle of 166.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34917C is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 124 -
CMYK 0.64 0 0.14 0.43
HSL 166.45º 0.47% 0.39% -
HSV(B) 166.45º 0.64% 0.57% -
XYZ 15.18 22.44 22.6 -
YUV 114.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 52 145 124 0.64 0 0.14 0.43 166.45 0.47 0.39
Hex 34 91 7C 40 0 E 2B A6 2F 27
Octal 64 221 174 100 0 16 53 246 57 47
Binary 110100 10010001 1111100 1000000 0 1110 101011 10100110 101111 100111

Color Harmonies of #34917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34917C

Black with #34917C

Text Example


Text Example

White with #34917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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