Html Css Color HEX #349C77 Gossamer

📋 copy color: '#349C77'

red 52 ◦ green 156 ◦ blue 119

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

Shades of Gossamer #349C77

Tints of Gossamer #349C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.71%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 15.9%
G = 47.71%
B = 36.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#349C77 (or 0x349C77) is known color: Gossamer. HEX triplet: 34, 9C and 77. RGB value is (52,156,119). Sum of RGB (Red+Green+Blue) = 52+156+119=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #349C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C77 is #CB6388. Grayscale: #787878. Windows color (decimal): -13329289 or 7838772. OLE color: 7838772.

HSL color Cylindrical-coordinate representation of color #349C77: hue angle of 158.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C77 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 119 -
CMYK 0.67 0 0.24 0.39
HSL 158.65º 0.5% 0.41% -
HSV(B) 158.65º 0.67% 0.61% -
XYZ 16.63 25.84 21.56 -
YUV 120.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 52 156 119 0.67 0 0.24 0.39 158.65 0.5 0.41
Hex 34 9C 77 43 0 18 27 9F 32 29
Octal 64 234 167 103 0 30 47 237 62 51
Binary 110100 10011100 1110111 1000011 0 11000 100111 10011111 110010 101001

Color Harmonies of #349C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C77

Black with #349C77

Text Example


Text Example

White with #349C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C77; }

 p { color: rgb(52,156,119); }

 H1.HeaderClassName
 {
   color: #349C77;
 }
 .AnyTagClassName
 {
   color: #349C77;
 }
</style>

background-color css

<style>
 a { background-color: #349C77; }

 a { background-color: rgb(52,156,119); }

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

border-color css

<style>
 span { border-color: #349C77; }

 span { border-color: rgb(52,156,119); }

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