Html Css Color HEX #339D74 Gossamer

📋 copy color: '#339D74'

red 51 ◦ green 157 ◦ blue 116

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

Shades of Gossamer #339D74

Tints of Gossamer #339D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.46%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 15.74%
G = 48.46%
B = 35.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#339D74 (or 0x339D74) is known color: Gossamer. HEX triplet: 33, 9D and 74. RGB value is (51,157,116). Sum of RGB (Red+Green+Blue) = 51+157+116=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #339D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D74 is #CC628B. Grayscale: #787878. Windows color (decimal): -13394572 or 7642419. OLE color: 7642419.

HSL color Cylindrical-coordinate representation of color #339D74: hue angle of 156.79º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D74 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 157 116 -
CMYK 0.68 0 0.26 0.38
HSL 156.79º 0.51% 0.41% -
HSV(B) 156.79º 0.68% 0.62% -
XYZ 16.57 26.08 20.68 -
YUV 120.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 51 157 116 0.68 0 0.26 0.38 156.79 0.51 0.41
Hex 33 9D 74 44 0 1A 26 9D 33 29
Octal 63 235 164 104 0 32 46 235 63 51
Binary 110011 10011101 1110100 1000100 0 11010 100110 10011101 110011 101001

Color Harmonies of #339D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339D74

Black with #339D74

Text Example


Text Example

White with #339D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,157,116); }

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

background-color css

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

 a { background-color: rgb(51,157,116); }

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

border-color css

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

 span { border-color: rgb(51,157,116); }

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