Html Css Color HEX #33A47F Gossamer

📋 copy color: '#33A47F'

red 51 ◦ green 164 ◦ blue 127

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

Shades of Gossamer #33A47F

Tints of Gossamer #33A47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 14.91%
G = 47.95%
B = 37.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#33A47F (or 0x33A47F) is known color: Gossamer. HEX triplet: 33, A4 and 7F. RGB value is (51,164,127). Sum of RGB (Red+Green+Blue) = 51+164+127=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #33A47F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A47F is #CC5B80. Grayscale: #7E7E7E. Windows color (decimal): -13392769 or 8365107. OLE color: 8365107.

HSL color Cylindrical-coordinate representation of color #33A47F: hue angle of 160.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A47F is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 164 127 -
CMYK 0.69 0 0.23 0.36
HSL 160.35º 0.53% 0.42% -
HSV(B) 160.35º 0.69% 0.64% -
XYZ 18.47 28.79 24.66 -
YUV 126 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 51 164 127 0.69 0 0.23 0.36 160.35 0.53 0.42
Hex 33 A4 7F 45 0 17 24 A0 35 2A
Octal 63 244 177 105 0 27 44 240 65 52
Binary 110011 10100100 1111111 1000101 0 10111 100100 10100000 110101 101010

Color Harmonies of #33A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A47F

Black with #33A47F

Text Example


Text Example

White with #33A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A47F; }

 p { color: rgb(51,164,127); }

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

background-color css

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

 a { background-color: rgb(51,164,127); }

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

border-color css

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

 span { border-color: rgb(51,164,127); }

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