Html Css Color HEX #339974 Gossamer

📋 copy color: '#339974'

red 51 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #339974

Tints of Gossamer #339974

RGB

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

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

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

R = 15.94%
G = 47.81%
B = 36.25%

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

#339974 (or 0x339974) is known color: Gossamer. HEX triplet: 33, 99 and 74. RGB value is (51,153,116). Sum of RGB (Red+Green+Blue) = 51+153+116=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #339974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339974 is #CC668B. Grayscale: #767676. Windows color (decimal): -13395596 or 7641395. OLE color: 7641395.

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

Color convert

RGB 51 153 116 -
CMYK 0.67 0 0.24 0.4
HSL 158.24º 0.5% 0.4% -
HSV(B) 158.24º 0.67% 0.6% -
XYZ 15.91 24.75 20.46 -
YUV 118.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 51 153 116 0.67 0 0.24 0.4 158.24 0.5 0.4
Hex 33 99 74 43 0 18 28 9E 32 28
Octal 63 231 164 103 0 30 50 236 62 50
Binary 110011 10011001 1110100 1000011 0 11000 101000 10011110 110010 101000

Color Harmonies of #339974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339974

Black with #339974

Text Example


Text Example

White with #339974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339974; }

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

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

background-color css

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

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

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

border-color css

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

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

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