Html Css Color HEX #349478 Gossamer

📋 copy color: '#349478'

red 52 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #349478

Tints of Gossamer #349478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 16.25%
G = 46.25%
B = 37.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#349478 (or 0x349478) is known color: Gossamer. HEX triplet: 34, 94 and 78. RGB value is (52,148,120). Sum of RGB (Red+Green+Blue) = 52+148+120=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #349478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349478 is #CB6B87. Grayscale: #747474. Windows color (decimal): -13331336 or 7902260. OLE color: 7902260.

HSL color Cylindrical-coordinate representation of color #349478: hue angle of 162.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349478 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 120 -
CMYK 0.65 0 0.19 0.42
HSL 162.5º 0.48% 0.39% -
HSV(B) 162.5º 0.65% 0.58% -
XYZ 15.4 23.27 21.45 -
YUV 116.1 130.2 82.28 -
System Red Green Blue C M Y K H S L
Decimal 52 148 120 0.65 0 0.19 0.42 162.5 0.48 0.39
Hex 34 94 78 41 0 13 2A A2 30 27
Octal 64 224 170 101 0 23 52 242 60 47
Binary 110100 10010100 1111000 1000001 0 10011 101010 10100010 110000 100111

Color Harmonies of #349478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349478

Black with #349478

Text Example


Text Example

White with #349478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349478; }

 p { color: rgb(52,148,120); }

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

background-color css

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

 a { background-color: rgb(52,148,120); }

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

border-color css

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

 span { border-color: rgb(52,148,120); }

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