Html Css Color HEX #339975 Gossamer

📋 copy color: '#339975'

red 51 ◦ green 153 ◦ blue 117

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

Shades of Gossamer #339975

Tints of Gossamer #339975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 15.89%
G = 47.66%
B = 36.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#339975 (or 0x339975) is known color: Gossamer. HEX triplet: 33, 99 and 75. RGB value is (51,153,117). Sum of RGB (Red+Green+Blue) = 51+153+117=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #339975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339975 is #CC668A. Grayscale: #767676. Windows color (decimal): -13395595 or 7706931. OLE color: 7706931.

HSL color Cylindrical-coordinate representation of color #339975: hue angle of 158.82º 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 #339975 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 117 -
CMYK 0.67 0 0.24 0.4
HSL 158.82º 0.5% 0.4% -
HSV(B) 158.82º 0.67% 0.6% -
XYZ 15.97 24.77 20.77 -
YUV 118.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 51 153 117 0.67 0 0.24 0.4 158.82 0.5 0.4
Hex 33 99 75 43 0 18 28 9F 32 28
Octal 63 231 165 103 0 30 50 237 62 50
Binary 110011 10011001 1110101 1000011 0 11000 101000 10011111 110010 101000

Color Harmonies of #339975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339975

Black with #339975

Text Example


Text Example

White with #339975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339975; }

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

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

background-color css

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

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

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

border-color css

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

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

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