Html Css Color HEX #339278 Gossamer

📋 copy color: '#339278'

red 51 ◦ green 146 ◦ blue 120

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

Shades of Gossamer #339278

Tints of Gossamer #339278

RGB

 RED value IS 51 (20.31% from 255) = 16.09%

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 16.09%
G = 46.06%
B = 37.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#339278 (or 0x339278) is known color: Gossamer. HEX triplet: 33, 92 and 78. RGB value is (51,146,120). Sum of RGB (Red+Green+Blue) = 51+146+120=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #339278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339278 is #CC6D87. Grayscale: #727272. Windows color (decimal): -13397384 or 7901747. OLE color: 7901747.

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

Color convert

RGB 51 146 120 -
CMYK 0.65 0 0.18 0.43
HSL 163.58º 0.48% 0.39% -
HSV(B) 163.58º 0.65% 0.57% -
XYZ 15.03 22.62 21.34 -
YUV 114.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 51 146 120 0.65 0 0.18 0.43 163.58 0.48 0.39
Hex 33 92 78 41 0 12 2B A4 30 27
Octal 63 222 170 101 0 22 53 244 60 47
Binary 110011 10010010 1111000 1000001 0 10010 101011 10100100 110000 100111

Color Harmonies of #339278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339278

Black with #339278

Text Example


Text Example

White with #339278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339278; }

 p { color: rgb(51,146,120); }

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

background-color css

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

 a { background-color: rgb(51,146,120); }

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

border-color css

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

 span { border-color: rgb(51,146,120); }

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