Html Css Color HEX #349873 Gossamer

📋 copy color: '#349873'

red 52 ◦ green 152 ◦ blue 115

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

Shades of Gossamer #349873

Tints of Gossamer #349873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 16.3%
G = 47.65%
B = 36.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#349873 (or 0x349873) is known color: Gossamer. HEX triplet: 34, 98 and 73. RGB value is (52,152,115). Sum of RGB (Red+Green+Blue) = 52+152+115=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #349873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349873 is #CB678C. Grayscale: #757575. Windows color (decimal): -13330317 or 7575604. OLE color: 7575604.

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

Color convert

RGB 52 152 115 -
CMYK 0.66 0 0.24 0.40
HSL 157.8º 0.49% 0.4% -
HSV(B) 157.8º 0.66% 0.6% -
XYZ 15.74 24.42 20.1 -
YUV 117.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 52 152 115 0.66 0 0.24 0.40 157.8 0.49 0.4
Hex 34 98 73 42 0 18 28 9E 31 28
Octal 64 230 163 102 0 30 50 236 61 50
Binary 110100 10011000 1110011 1000010 0 11000 101000 10011110 110001 101000

Color Harmonies of #349873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349873

Black with #349873

Text Example


Text Example

White with #349873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349873; }

 p { color: rgb(52,152,115); }

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

background-color css

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

 a { background-color: rgb(52,152,115); }

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

border-color css

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

 span { border-color: rgb(52,152,115); }

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