Html Css Color HEX #349975 Gossamer

📋 copy color: '#349975'

red 52 ◦ green 153 ◦ blue 117

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

Shades of Gossamer #349975

Tints of Gossamer #349975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 16.15%
G = 47.52%
B = 36.34%

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

#349975 (or 0x349975) is known color: Gossamer. HEX triplet: 34, 99 and 75. RGB value is (52,153,117). Sum of RGB (Red+Green+Blue) = 52+153+117=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #349975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349975 is #CB668A. Grayscale: #767676. Windows color (decimal): -13330059 or 7706932. OLE color: 7706932.

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

Color convert

RGB 52 153 117 -
CMYK 0.66 0 0.24 0.4
HSL 158.61º 0.49% 0.4% -
HSV(B) 158.61º 0.66% 0.6% -
XYZ 16.02 24.8 20.77 -
YUV 118.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 52 153 117 0.66 0 0.24 0.4 158.61 0.49 0.4
Hex 34 99 75 42 0 18 28 9F 31 28
Octal 64 231 165 102 0 30 50 237 61 50
Binary 110100 10011001 1110101 1000010 0 11000 101000 10011111 110001 101000

Color Harmonies of #349975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349975

Black with #349975

Text Example


Text Example

White with #349975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349975; }

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

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

background-color css

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

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

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

border-color css

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

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

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