Html Css Color HEX #34967C Gossamer

📋 copy color: '#34967C'

red 52 ◦ green 150 ◦ blue 124

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

Shades of Gossamer #34967C

Tints of Gossamer #34967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.01%

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

R = 15.95%
G = 46.01%
B = 38.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#34967C (or 0x34967C) is known color: Gossamer. HEX triplet: 34, 96 and 7C. RGB value is (52,150,124). Sum of RGB (Red+Green+Blue) = 52+150+124=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #34967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34967C is #CB6983. Grayscale: #757575. Windows color (decimal): -13330820 or 8164916. OLE color: 8164916.

HSL color Cylindrical-coordinate representation of color #34967C: hue angle of 164.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34967C is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 124 -
CMYK 0.65 0 0.17 0.41
HSL 164.08º 0.49% 0.4% -
HSV(B) 164.08º 0.65% 0.59% -
XYZ 15.96 24 22.86 -
YUV 117.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 52 150 124 0.65 0 0.17 0.41 164.08 0.49 0.4
Hex 34 96 7C 41 0 11 29 A4 31 28
Octal 64 226 174 101 0 21 51 244 61 50
Binary 110100 10010110 1111100 1000001 0 10001 101001 10100100 110001 101000

Color Harmonies of #34967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34967C

Black with #34967C

Text Example


Text Example

White with #34967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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