Html Css Color HEX #339C75 Gossamer

📋 copy color: '#339C75'

red 51 ◦ green 156 ◦ blue 117

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

Shades of Gossamer #339C75

Tints of Gossamer #339C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.15%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 15.74%
G = 48.15%
B = 36.11%

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

#339C75 (or 0x339C75) is known color: Gossamer. HEX triplet: 33, 9C and 75. RGB value is (51,156,117). Sum of RGB (Red+Green+Blue) = 51+156+117=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #339C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C75 is #CC638A. Grayscale: #787878. Windows color (decimal): -13394827 or 7707699. OLE color: 7707699.

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

Color convert

RGB 51 156 117 -
CMYK 0.67 0 0.25 0.39
HSL 157.71º 0.51% 0.41% -
HSV(B) 157.71º 0.67% 0.61% -
XYZ 16.46 25.77 20.94 -
YUV 120.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 51 156 117 0.67 0 0.25 0.39 157.71 0.51 0.41
Hex 33 9C 75 43 0 19 27 9E 33 29
Octal 63 234 165 103 0 31 47 236 63 51
Binary 110011 10011100 1110101 1000011 0 11001 100111 10011110 110011 101001

Color Harmonies of #339C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339C75

Black with #339C75

Text Example


Text Example

White with #339C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,156,117); }

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

background-color css

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

 a { background-color: rgb(51,156,117); }

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

border-color css

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

 span { border-color: rgb(51,156,117); }

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