Html Css Color HEX #33927C Gossamer

📋 copy color: '#33927C'

red 51 ◦ green 146 ◦ blue 124

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

Shades of Gossamer #33927C

Tints of Gossamer #33927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

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

R = 15.89%
G = 45.48%
B = 38.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#33927C (or 0x33927C) is known color: Gossamer. HEX triplet: 33, 92 and 7C. RGB value is (51,146,124). Sum of RGB (Red+Green+Blue) = 51+146+124=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #33927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33927C is #CC6D83. Grayscale: #737373. Windows color (decimal): -13397380 or 8163891. OLE color: 8163891.

HSL color Cylindrical-coordinate representation of color #33927C: hue angle of 166.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33927C is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 146 124 -
CMYK 0.65 0 0.15 0.43
HSL 166.11º 0.48% 0.39% -
HSV(B) 166.11º 0.65% 0.57% -
XYZ 15.28 22.72 22.65 -
YUV 115.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 51 146 124 0.65 0 0.15 0.43 166.11 0.48 0.39
Hex 33 92 7C 41 0 F 2B A6 30 27
Octal 63 222 174 101 0 17 53 246 60 47
Binary 110011 10010010 1111100 1000001 0 1111 101011 10100110 110000 100111

Color Harmonies of #33927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33927C

Black with #33927C

Text Example


Text Example

White with #33927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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