Html Css Color HEX #339B74 Gossamer

📋 copy color: '#339B74'

red 51 ◦ green 155 ◦ blue 116

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

Shades of Gossamer #339B74

Tints of Gossamer #339B74

RGB

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

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

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

R = 15.84%
G = 48.14%
B = 36.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#339B74 (or 0x339B74) is known color: Gossamer. HEX triplet: 33, 9B and 74. RGB value is (51,155,116). Sum of RGB (Red+Green+Blue) = 51+155+116=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #339B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B74 is #CC648B. Grayscale: #777777. Windows color (decimal): -13395084 or 7641907. OLE color: 7641907.

HSL color Cylindrical-coordinate representation of color #339B74: hue angle of 157.5º 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 #339B74 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 116 -
CMYK 0.67 0 0.25 0.39
HSL 157.5º 0.5% 0.4% -
HSV(B) 157.5º 0.67% 0.61% -
XYZ 16.24 25.41 20.57 -
YUV 119.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 51 155 116 0.67 0 0.25 0.39 157.5 0.5 0.4
Hex 33 9B 74 43 0 19 27 9E 32 28
Octal 63 233 164 103 0 31 47 236 62 50
Binary 110011 10011011 1110100 1000011 0 11001 100111 10011110 110010 101000

Color Harmonies of #339B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B74

Black with #339B74

Text Example


Text Example

White with #339B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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