Html Css Color HEX #349882 Gossamer

📋 copy color: '#349882'

red 52 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #349882

Tints of Gossamer #349882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 15.57%
G = 45.51%
B = 38.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#349882 (or 0x349882) is known color: Gossamer. HEX triplet: 34, 98 and 82. RGB value is (52,152,130). Sum of RGB (Red+Green+Blue) = 52+152+130=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #349882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349882 is #CB677D. Grayscale: #777777. Windows color (decimal): -13330302 or 8558644. OLE color: 8558644.

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

Color convert

RGB 52 152 130 -
CMYK 0.66 0 0.14 0.40
HSL 166.8º 0.49% 0.4% -
HSV(B) 166.8º 0.66% 0.6% -
XYZ 16.67 24.8 25.03 -
YUV 119.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 52 152 130 0.66 0 0.14 0.40 166.8 0.49 0.4
Hex 34 98 82 42 0 E 28 A7 31 28
Octal 64 230 202 102 0 16 50 247 61 50
Binary 110100 10011000 10000010 1000010 0 1110 101000 10100111 110001 101000

Color Harmonies of #349882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349882

Black with #349882

Text Example


Text Example

White with #349882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349882; }

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

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

background-color css

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

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

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

border-color css

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

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

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