Html Css Color HEX #349974 Gossamer

📋 copy color: '#349974'

red 52 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #349974

Tints of Gossamer #349974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 16.2%
G = 47.66%
B = 36.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#349974 (or 0x349974) is known color: Gossamer. HEX triplet: 34, 99 and 74. RGB value is (52,153,116). Sum of RGB (Red+Green+Blue) = 52+153+116=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #349974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349974 is #CB668B. Grayscale: #767676. Windows color (decimal): -13330060 or 7641396. OLE color: 7641396.

HSL color Cylindrical-coordinate representation of color #349974: hue angle of 158.02º degrees, saturation: 0.49, 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 #349974 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 116 -
CMYK 0.66 0 0.24 0.4
HSL 158.02º 0.49% 0.4% -
HSV(B) 158.02º 0.66% 0.6% -
XYZ 15.96 24.77 20.46 -
YUV 118.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 52 153 116 0.66 0 0.24 0.4 158.02 0.49 0.4
Hex 34 99 74 42 0 18 28 9E 31 28
Octal 64 231 164 102 0 30 50 236 61 50
Binary 110100 10011001 1110100 1000010 0 11000 101000 10011110 110001 101000

Color Harmonies of #349974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349974

Black with #349974

Text Example


Text Example

White with #349974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349974; }

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

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

background-color css

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

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

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

border-color css

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

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

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