Html Css Color HEX #33967C Gossamer

📋 copy color: '#33967C'

red 51 ◦ green 150 ◦ blue 124

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

Shades of Gossamer #33967C

Tints of Gossamer #33967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.15%

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

R = 15.69%
G = 46.15%
B = 38.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#33967C (or 0x33967C) is known color: Gossamer. HEX triplet: 33, 96 and 7C. RGB value is (51,150,124). Sum of RGB (Red+Green+Blue) = 51+150+124=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #33967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33967C is #CC6983. Grayscale: #757575. Windows color (decimal): -13396356 or 8164915. OLE color: 8164915.

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

Color convert

RGB 51 150 124 -
CMYK 0.66 0 0.17 0.41
HSL 164.24º 0.49% 0.39% -
HSV(B) 164.24º 0.66% 0.59% -
XYZ 15.91 23.97 22.86 -
YUV 117.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 51 150 124 0.66 0 0.17 0.41 164.24 0.49 0.39
Hex 33 96 7C 42 0 11 29 A4 31 27
Octal 63 226 174 102 0 21 51 244 61 47
Binary 110011 10010110 1111100 1000010 0 10001 101001 10100100 110001 100111

Color Harmonies of #33967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33967C

Black with #33967C

Text Example


Text Example

White with #33967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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