Html Css Color HEX #34957B Gossamer

📋 copy color: '#34957B'

red 52 ◦ green 149 ◦ blue 123

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

Shades of Gossamer #34957B

Tints of Gossamer #34957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 16.05%
G = 45.99%
B = 37.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#34957B (or 0x34957B) is known color: Gossamer. HEX triplet: 34, 95 and 7B. RGB value is (52,149,123). Sum of RGB (Red+Green+Blue) = 52+149+123=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #34957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957B is #CB6A84. Grayscale: #757575. Windows color (decimal): -13331077 or 8099124. OLE color: 8099124.

HSL color Cylindrical-coordinate representation of color #34957B: hue angle of 163.92º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34957B is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 123 -
CMYK 0.65 0 0.17 0.42
HSL 163.92º 0.48% 0.39% -
HSV(B) 163.92º 0.65% 0.58% -
XYZ 15.74 23.66 22.48 -
YUV 117.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 52 149 123 0.65 0 0.17 0.42 163.92 0.48 0.39
Hex 34 95 7B 41 0 11 2A A4 30 27
Octal 64 225 173 101 0 21 52 244 60 47
Binary 110100 10010101 1111011 1000001 0 10001 101010 10100100 110000 100111

Color Harmonies of #34957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34957B

Black with #34957B

Text Example


Text Example

White with #34957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34957B; }

 p { color: rgb(52,149,123); }

 H1.HeaderClassName
 {
   color: #34957B;
 }
 .AnyTagClassName
 {
   color: #34957B;
 }
</style>

background-color css

<style>
 a { background-color: #34957B; }

 a { background-color: rgb(52,149,123); }

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

border-color css

<style>
 span { border-color: #34957B; }

 span { border-color: rgb(52,149,123); }

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