Html Css Color HEX #33947C Gossamer

📋 copy color: '#33947C'

red 51 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #33947C

Tints of Gossamer #33947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.82%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 15.79%
G = 45.82%
B = 38.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#33947C (or 0x33947C) is known color: Gossamer. HEX triplet: 33, 94 and 7C. RGB value is (51,148,124). Sum of RGB (Red+Green+Blue) = 51+148+124=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #33947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33947C is #CC6B83. Grayscale: #747474. Windows color (decimal): -13396868 or 8164403. OLE color: 8164403.

HSL color Cylindrical-coordinate representation of color #33947C: hue angle of 165.15º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33947C is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 124 -
CMYK 0.66 0 0.16 0.42
HSL 165.15º 0.49% 0.39% -
HSV(B) 165.15º 0.66% 0.58% -
XYZ 15.59 23.34 22.75 -
YUV 116.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 51 148 124 0.66 0 0.16 0.42 165.15 0.49 0.39
Hex 33 94 7C 42 0 10 2A A5 31 27
Octal 63 224 174 102 0 20 52 245 61 47
Binary 110011 10010100 1111100 1000010 0 10000 101010 10100101 110001 100111

Color Harmonies of #33947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33947C

Black with #33947C

Text Example


Text Example

White with #33947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33947C; }

 p { color: rgb(51,148,124); }

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

background-color css

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

 a { background-color: rgb(51,148,124); }

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

border-color css

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

 span { border-color: rgb(51,148,124); }

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