Html Css Color HEX #349A74 Gossamer

📋 copy color: '#349A74'

red 52 ◦ green 154 ◦ blue 116

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

Shades of Gossamer #349A74

Tints of Gossamer #349A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.83%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 16.15%
G = 47.83%
B = 36.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#349A74 (or 0x349A74) is known color: Gossamer. HEX triplet: 34, 9A and 74. RGB value is (52,154,116). Sum of RGB (Red+Green+Blue) = 52+154+116=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #349A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A74 is #CB658B. Grayscale: #777777. Windows color (decimal): -13329804 or 7641652. OLE color: 7641652.

HSL color Cylindrical-coordinate representation of color #349A74: hue angle of 157.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A74 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 154 116 -
CMYK 0.66 0 0.25 0.40
HSL 157.65º 0.5% 0.4% -
HSV(B) 157.65º 0.66% 0.6% -
XYZ 16.12 25.1 20.52 -
YUV 119.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 52 154 116 0.66 0 0.25 0.40 157.65 0.5 0.4
Hex 34 9A 74 42 0 19 28 9E 32 28
Octal 64 232 164 102 0 31 50 236 62 50
Binary 110100 10011010 1110100 1000010 0 11001 101000 10011110 110010 101000

Color Harmonies of #349A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349A74

Black with #349A74

Text Example


Text Example

White with #349A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,154,116); }

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

background-color css

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

 a { background-color: rgb(52,154,116); }

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

border-color css

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

 span { border-color: rgb(52,154,116); }

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