Html Css Color HEX #34967B Gossamer

📋 copy color: '#34967B'

red 52 ◦ green 150 ◦ blue 123

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

Shades of Gossamer #34967B

Tints of Gossamer #34967B

RGB

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

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

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

R = 16%
G = 46.15%
B = 37.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#34967B (or 0x34967B) is known color: Gossamer. HEX triplet: 34, 96 and 7B. RGB value is (52,150,123). Sum of RGB (Red+Green+Blue) = 52+150+123=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #34967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34967B is #CB6984. Grayscale: #757575. Windows color (decimal): -13330821 or 8099380. OLE color: 8099380.

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

Color convert

RGB 52 150 123 -
CMYK 0.65 0 0.18 0.41
HSL 163.47º 0.49% 0.4% -
HSV(B) 163.47º 0.65% 0.59% -
XYZ 15.9 23.97 22.53 -
YUV 117.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 52 150 123 0.65 0 0.18 0.41 163.47 0.49 0.4
Hex 34 96 7B 41 0 12 29 A3 31 28
Octal 64 226 173 101 0 22 51 243 61 50
Binary 110100 10010110 1111011 1000001 0 10010 101001 10100011 110001 101000

Color Harmonies of #34967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34967B

Black with #34967B

Text Example


Text Example

White with #34967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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