Html Css Color HEX #339B78 Gossamer

📋 copy color: '#339B78'

red 51 ◦ green 155 ◦ blue 120

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

Shades of Gossamer #339B78

Tints of Gossamer #339B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.55%

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

R = 15.64%
G = 47.55%
B = 36.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#339B78 (or 0x339B78) is known color: Gossamer. HEX triplet: 33, 9B and 78. RGB value is (51,155,120). Sum of RGB (Red+Green+Blue) = 51+155+120=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #339B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B78 is #CC6487. Grayscale: #777777. Windows color (decimal): -13395080 or 7904051. OLE color: 7904051.

HSL color Cylindrical-coordinate representation of color #339B78: hue angle of 159.81º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B78 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 120 -
CMYK 0.67 0 0.23 0.39
HSL 159.81º 0.5% 0.4% -
HSV(B) 159.81º 0.67% 0.61% -
XYZ 16.48 25.5 21.82 -
YUV 119.91 128.04 78.85 -
System Red Green Blue C M Y K H S L
Decimal 51 155 120 0.67 0 0.23 0.39 159.81 0.5 0.4
Hex 33 9B 78 43 0 17 27 A0 32 28
Octal 63 233 170 103 0 27 47 240 62 50
Binary 110011 10011011 1111000 1000011 0 10111 100111 10100000 110010 101000

Color Harmonies of #339B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B78

Black with #339B78

Text Example


Text Example

White with #339B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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