Html Css Color HEX #339478 Gossamer

📋 copy color: '#339478'

red 51 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #339478

Tints of Gossamer #339478

RGB

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

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

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

R = 15.99%
G = 46.39%
B = 37.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#339478 (or 0x339478) is known color: Gossamer. HEX triplet: 33, 94 and 78. RGB value is (51,148,120). Sum of RGB (Red+Green+Blue) = 51+148+120=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #339478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339478 is #CC6B87. Grayscale: #737373. Windows color (decimal): -13396872 or 7902259. OLE color: 7902259.

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

Color convert

RGB 51 148 120 -
CMYK 0.66 0 0.19 0.42
HSL 162.68º 0.49% 0.39% -
HSV(B) 162.68º 0.66% 0.58% -
XYZ 15.35 23.24 21.45 -
YUV 115.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 51 148 120 0.66 0 0.19 0.42 162.68 0.49 0.39
Hex 33 94 78 42 0 13 2A A3 31 27
Octal 63 224 170 102 0 23 52 243 61 47
Binary 110011 10010100 1111000 1000010 0 10011 101010 10100011 110001 100111

Color Harmonies of #339478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339478

Black with #339478

Text Example


Text Example

White with #339478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339478; }

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

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

background-color css

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

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

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

border-color css

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

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

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