Html Css Color HEX #34967A Gossamer

📋 copy color: '#34967A'

red 52 ◦ green 150 ◦ blue 122

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

Shades of Gossamer #34967A

Tints of Gossamer #34967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 16.05%
G = 46.3%
B = 37.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#34967A (or 0x34967A) is known color: Gossamer. HEX triplet: 34, 96 and 7A. RGB value is (52,150,122). Sum of RGB (Red+Green+Blue) = 52+150+122=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #34967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34967A is #CB6985. Grayscale: #757575. Windows color (decimal): -13330822 or 8033844. OLE color: 8033844.

HSL color Cylindrical-coordinate representation of color #34967A: hue angle of 162.86º 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 #34967A is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 122 -
CMYK 0.65 0 0.19 0.41
HSL 162.86º 0.49% 0.4% -
HSV(B) 162.86º 0.65% 0.59% -
XYZ 15.84 23.95 22.2 -
YUV 117.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 52 150 122 0.65 0 0.19 0.41 162.86 0.49 0.4
Hex 34 96 7A 41 0 13 29 A3 31 28
Octal 64 226 172 101 0 23 51 243 61 50
Binary 110100 10010110 1111010 1000001 0 10011 101001 10100011 110001 101000

Color Harmonies of #34967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34967A

Black with #34967A

Text Example


Text Example

White with #34967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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