Html Css Color HEX #339383 Gossamer

📋 copy color: '#339383'

red 51 ◦ green 147 ◦ blue 131

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

Shades of Gossamer #339383

Tints of Gossamer #339383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 15.5%
G = 44.68%
B = 39.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#339383 (or 0x339383) is known color: Gossamer. HEX triplet: 33, 93 and 83. RGB value is (51,147,131). Sum of RGB (Red+Green+Blue) = 51+147+131=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #339383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339383 is #CC6C7C. Grayscale: #747474. Windows color (decimal): -13397117 or 8622899. OLE color: 8622899.

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

Color convert

RGB 51 147 131 -
CMYK 0.65 0 0.11 0.42
HSL 170º 0.48% 0.39% -
HSV(B) 170º 0.65% 0.58% -
XYZ 15.9 23.21 25.11 -
YUV 116.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 51 147 131 0.65 0 0.11 0.42 170 0.48 0.39
Hex 33 93 83 41 0 B 2A AA 30 27
Octal 63 223 203 101 0 13 52 252 60 47
Binary 110011 10010011 10000011 1000001 0 1011 101010 10101010 110000 100111

Color Harmonies of #339383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339383

Black with #339383

Text Example


Text Example

White with #339383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339383; }

 p { color: rgb(51,147,131); }

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

background-color css

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

 a { background-color: rgb(51,147,131); }

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

border-color css

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

 span { border-color: rgb(51,147,131); }

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