Html Css Color HEX #339A79 Gossamer

📋 copy color: '#339A79'

red 51 ◦ green 154 ◦ blue 121

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

Shades of Gossamer #339A79

Tints of Gossamer #339A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 15.64%
G = 47.24%
B = 37.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#339A79 (or 0x339A79) is known color: Gossamer. HEX triplet: 33, 9A and 79. RGB value is (51,154,121). Sum of RGB (Red+Green+Blue) = 51+154+121=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #339A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A79 is #CC6586. Grayscale: #777777. Windows color (decimal): -13395335 or 7969331. OLE color: 7969331.

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

Color convert

RGB 51 154 121 -
CMYK 0.67 0 0.21 0.40
HSL 160.78º 0.5% 0.4% -
HSV(B) 160.78º 0.67% 0.6% -
XYZ 16.37 25.2 22.09 -
YUV 119.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 51 154 121 0.67 0 0.21 0.40 160.78 0.5 0.4
Hex 33 9A 79 43 0 15 28 A1 32 28
Octal 63 232 171 103 0 25 50 241 62 50
Binary 110011 10011010 1111001 1000011 0 10101 101000 10100001 110010 101000

Color Harmonies of #339A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339A79

Black with #339A79

Text Example


Text Example

White with #339A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,154,121); }

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

background-color css

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

 a { background-color: rgb(51,154,121); }

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

border-color css

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

 span { border-color: rgb(51,154,121); }

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